Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Sep 2021 07:15:01 GMT
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 2a58b9c5db8a - main - stress2: Fix cleanup
Message-ID:  <202109020715.1827F1QQ074239@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pho:

URL: https://cgit.FreeBSD.org/src/commit/?id=2a58b9c5db8ae1f15905eb7c9e0845100c0e4ced

commit 2a58b9c5db8ae1f15905eb7c9e0845100c0e4ced
Author:     Peter Holm <pho@FreeBSD.org>
AuthorDate: 2021-09-02 07:09:39 +0000
Commit:     Peter Holm <pho@FreeBSD.org>
CommitDate: 2021-09-02 07:09:39 +0000

    stress2: Fix cleanup
---
 tools/test/stress2/misc/mmap36.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109020715.1827F1QQ074239>