The branch main has been updated by pho:

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

commit d57bfbce7c99aab49126fbc2fc372c633be69478
Author:     Peter Holm <p...@freebsd.org>
AuthorDate: 2021-09-02 07:08:58 +0000
Commit:     Peter Holm <p...@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
_______________________________________________
dev-commits-src-main@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"

Reply via email to