git: d57bfbce7c99 - main - stress2: Fix cleanup

Peter Holm pho at FreeBSD.org
Thu Sep 2 07:15:00 UTC 2021


The branch main has been updated by pho:

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

commit d57bfbce7c99aab49126fbc2fc372c633be69478
Author:     Peter Holm <pho at FreeBSD.org>
AuthorDate: 2021-09-02 07:08:58 +0000
Commit:     Peter Holm <pho at 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


More information about the dev-commits-src-all mailing list