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

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