Systemd/test/TEST-47-ISSUE-14566/repro.sh

6 lines
63 B
Bash
Executable file

#!/bin/bash
sleep infinity &
echo $! > /leakedtestpid
wait $!