summaryrefslogtreecommitdiff
path: root/test/units/testsuite-47-repro.sh
blob: b008f52e9521e33cd2c8988b026efa298e240fcd (plain)
1
2
3
4
5
#!/usr/bin/env bash

sleep infinity &
echo $! >/leakedtestpid
wait $!