1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 18:55:40 +03:00
systemd/test/units/testsuite-47-repro.sh
2020-03-28 11:50:53 +01:00

6 lines
71 B
Bash
Executable File

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