1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 03:25:31 +03:00
systemd/test/units/testsuite-47-repro.sh

6 lines
71 B
Bash
Raw Normal View History

2020-03-20 21:57:54 +03:00
#!/usr/bin/env bash
sleep infinity &
echo $! > /leakedtestpid
wait $!