summaryrefslogtreecommitdiffstats
path: root/test/testsuite-07.units/issue14566-repro.sh
blob: 74fa7605e7a220d5678600370878f3e89cc60102 (plain)
1
2
3
4
5
6
#!/usr/bin/env bash
# SPDX-License-Identifier: LGPL-2.1-or-later

sleep infinity &
echo $! >/leakedtestpid
wait $!