stress2: Fix cleanup

This commit is contained in:
Peter Holm
2026-02-12 11:32:24 +01:00
parent 2b061bd179
commit 83693c121a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -95,5 +95,5 @@ mycc -o /tmp/$prog -Wall -Wextra -O0 -m32 /tmp/$prog.c || exit 1
(cd /tmp; timeout 2m ./$prog)
rm -rf /tmp/$prog /tmp/$prog.c /tmp/syzkaller.*
rm -rf /tmp/$prog /tmp/$prog.c /tmp/$prog.core /tmp/syzkaller.*
exit 0
+1 -1
View File
@@ -278,5 +278,5 @@ while pgrep -q $prog; do sleep 2; done
while pkill swap; do :; done
wait
rm -rf /tmp/$prog /tmp/$prog.c /tmp/$prog.core /tmp/$prog.?????? $work
rm -rf /tmp/$prog /tmp/$prog.c /tmp/$prog.core $work
exit 0