diff options
Diffstat (limited to 'test/units/testsuite-57-short-lived.sh')
-rwxr-xr-x | test/units/testsuite-57-short-lived.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/testsuite-57-short-lived.sh b/test/units/testsuite-57-short-lived.sh index cd797a16e1..115b0d56f6 100755 --- a/test/units/testsuite-57-short-lived.sh +++ b/test/units/testsuite-57-short-lived.sh @@ -9,7 +9,7 @@ else counter=0 fi -echo "$counter" > /tmp/testsuite-57.counter +echo "$counter" >/tmp/testsuite-57.counter if [ "$counter" -eq 5 ] ; then systemctl kill --kill-whom=main -sUSR1 testsuite-57.service |