summaryrefslogtreecommitdiffstats
path: root/test/TEST-47-ISSUE-14566/repro.sh
blob: 5217602257a8fcfb1f3929741596f81ac1de74a8 (plain)
1
2
3
4
5
#!/bin/bash

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