diff options
Diffstat (limited to 'tests/timeout.builder.sh')
-rw-r--r-- | tests/timeout.builder.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/timeout.builder.sh b/tests/timeout.builder.sh index 7e72fe1a8c59..3fbdd57946ad 100644 --- a/tests/timeout.builder.sh +++ b/tests/timeout.builder.sh @@ -1,2 +1,2 @@ -echo "'timeout' builder entering an infinite loop" +echo "‘timeout’ builder entering an infinite loop" while true ; do echo -n .; done |