diff options
Diffstat (limited to 'tests/timeout.builder.sh')
-rw-r--r-- | tests/timeout.builder.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/timeout.builder.sh b/tests/timeout.builder.sh new file mode 100644 index 000000000000..3e6e1fc0429a --- /dev/null +++ b/tests/timeout.builder.sh @@ -0,0 +1,2 @@ +echo "\`timeout' builder entering an infinite loop" +while true ; do : ; done |