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 1ddb44e99c7f..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 |