ocaml/testsuite/tests/lib-threads/test5.runner

4 lines
54 B
Plaintext

./program > test5.result &
pid=$!
sleep 1
kill -9 $pid