1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-23 17:34:00 +03:00
systemd-stable/test/TEST-47-ISSUE-14566/repro.sh

6 lines
63 B
Bash
Executable File

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