Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Sep 2021 07:15:00 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: d57bfbce7c99 - main - stress2: Fix cleanup
Message-ID:  <202109020715.1827F02p074215@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=d57bfbce7c99aab49126fbc2fc372c633be69478

commit d57bfbce7c99aab49126fbc2fc372c633be69478
Author:     Peter Holm <pho@FreeBSD.org>
AuthorDate: 2021-09-02 07:08:58 +0000
Commit:     Peter Holm <pho@FreeBSD.org>
CommitDate: 2021-09-02 07:08:58 +0000

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

diff --git a/tools/test/stress2/misc/mmap34.sh b/tools/test/stress2/misc/mmap34.sh
index 028d23b4f71f..02bd193421b9 100755
--- a/tools/test/stress2/misc/mmap34.sh
+++ b/tools/test/stress2/misc/mmap34.sh
@@ -71,7 +71,7 @@ for i in `jot 6`; do
 done
 mdconfig -d -u $mdstart
 rm -f $dir/mmap34
-[ $s -eq 0 ] && rm -f mmap34.c
+[ $s -eq 0 ] && rm -f /tmp/mmap34.c
 exit $s
 
 EOF



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