aboutsummaryrefslogtreecommitdiff
path: root/tools/test
diff options
context:
space:
mode:
authorPeter Holm <pho@FreeBSD.org>2021-09-02 07:09:39 +0000
committerPeter Holm <pho@FreeBSD.org>2021-09-02 07:09:39 +0000
commit2a58b9c5db8ae1f15905eb7c9e0845100c0e4ced (patch)
tree60829dfe913409b740f2a0f1c85be06c5d8f34ab /tools/test
parentd57bfbce7c99aab49126fbc2fc372c633be69478 (diff)
downloadsrc-2a58b9c5db8ae1f15905eb7c9e0845100c0e4ced.tar.gz
src-2a58b9c5db8ae1f15905eb7c9e0845100c0e4ced.zip
stress2: Fix cleanup
Diffstat (limited to 'tools/test')
-rwxr-xr-xtools/test/stress2/misc/mmap36.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/stress2/misc/mmap36.sh b/tools/test/stress2/misc/mmap36.sh
index 2c38fd26890b..89fc6721fbeb 100755
--- a/tools/test/stress2/misc/mmap36.sh
+++ b/tools/test/stress2/misc/mmap36.sh
@@ -44,7 +44,7 @@ s=$?
[ -f mmap36.core ] &&
{ ls -l mmap36.core; mv mmap36.core $dir; s=1; }
cd $odir
-[ $s -eq 0 ] && rm -f mmap36.c mmap36
+[ $s -eq 0 ] && rm -f $dir/mmap36.c $dir/mmap36
exit $s
EOF