blob: 5217602257a8fcfb1f3929741596f81ac1de74a8 [file] [log] [blame] [raw]
#!/bin/bash
sleep infinity &
echo $! > /leakedtestpid
wait $!