about summary refs log blame commit diff
path: root/tests/timeout.builder.sh
blob: 5a7e088610023b670d64baf1d58f7e82895bed7b (plain) (tree)
1
2
                                                   
                                       
echo "\`timeout' builder entering an infinite loop"
while true ; do echo foo; sleep 1; done