blob: 8c34289c529602223d99fe854fb6d9e1232d28c7 [file] [log] [blame] [raw]
#!/usr/bin/env bash
sleep infinity &
echo $! > /leakedtestpid
wait $!