Systemd/test/units/testsuite-47-repro.sh

6 lines
71 B
Bash
Executable File

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