summaryrefslogtreecommitdiff
path: root/devel/bmake/files/unit-tests/modmisc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bmake/files/unit-tests/modmisc')
-rw-r--r--devel/bmake/files/unit-tests/modmisc6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/bmake/files/unit-tests/modmisc b/devel/bmake/files/unit-tests/modmisc
index 19b8f6005f9..375accca28d 100644
--- a/devel/bmake/files/unit-tests/modmisc
+++ b/devel/bmake/files/unit-tests/modmisc
@@ -1,8 +1,10 @@
-# $Id: modmisc,v 1.1.1.3 2009/09/18 20:55:34 joerg Exp $
+# $Id: modmisc,v 1.1.1.4 2010/04/24 20:34:05 joerg Exp $
#
# miscellaneous modifier tests
-path=:/bin:/usr/bin::/sbin:/usr/sbin:.:/home/user/bin:.
+# do not put any dirs in this list which exist on some
+# but not all target systems - an exists() check is below.
+path=:/bin:/tmp::/:.:/no/such/dir:.
# strip cwd from path.
MOD_NODOT=S/:/ /g:N.:ts:
# and decorate, note that $'s need to be doubled. Also note that