artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fd3bb5
)
Use the idiom in cleanup target like many others
author
anton
<anton@openbsd.org>
Fri, 13 Oct 2023 19:28:59 +0000
(19:28 +0000)
committer
anton
<anton@openbsd.org>
Fri, 13 Oct 2023 19:28:59 +0000
(19:28 +0000)
in regress already does.
regress/sys/fileops/Makefile.inc
patch
|
blob
|
history
diff --git
a/regress/sys/fileops/Makefile.inc
b/regress/sys/fileops/Makefile.inc
index
5a898f9
..
9f80b40
100644
(file)
--- a/
regress/sys/fileops/Makefile.inc
+++ b/
regress/sys/fileops/Makefile.inc
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile.inc,v 1.
5 2023/10/10 18:17:25
anton Exp $
+# $OpenBSD: Makefile.inc,v 1.
6 2023/10/13 19:28:59
anton Exp $
PERL_REQUIRE != perl -e 'eval { require File::Slurp } or print $$@'
@@
-27,7
+27,7
@@
mount: disk
REGRESS_CLEANUP+= umount
umount:
- umount
${FILEOPS_MNT}
+ umount
-f ${FILEOPS_MNT} || true
REGRESS_CLEANUP+= unconfig
unconfig: