diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-01-19T13·17+0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-01-19T16·06+0100 |
commit | 90ee1e3fe3b3f0cba8dd31ae161eac79ba249291 (patch) | |
tree | 0ac422456d01f287e94dd0f2e9784bab14967d0e /tests/timeout.builder.sh | |
parent | cc3b93c991e04aff49a44dbced53f070a06f426e (diff) |
Add a test for --max-silent-time
Diffstat (limited to 'tests/timeout.builder.sh')
-rw-r--r-- | tests/timeout.builder.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/timeout.builder.sh b/tests/timeout.builder.sh deleted file mode 100644 index 3fbdd57946ad..000000000000 --- a/tests/timeout.builder.sh +++ /dev/null @@ -1,2 +0,0 @@ -echo "‘timeout’ builder entering an infinite loop" -while true ; do echo -n .; done |