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

5 lines
55 B
Plaintext

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