Using ./bin in the test case, causes problems when 'make test' is
run from 'unit-tests' rather than the parent dir.
This commit is contained in:
parent
5c8819cf0b
commit
701c9d99a7
|
@ -1,8 +1,8 @@
|
|||
# $Id: modmisc,v 1.1 2006/02/26 21:43:01 sjg Exp $
|
||||
# $Id: modmisc,v 1.2 2006/02/26 22:20:55 sjg Exp $
|
||||
#
|
||||
# miscelaneous modifier tests
|
||||
|
||||
path=:/bin:/usr/bin::/sbin:/usr/sbin:.:/home/user/bin:./bin:.
|
||||
path=:/bin:/usr/bin::/sbin:/usr/sbin:.:/home/user/bin:.
|
||||
# strip cwd from path.
|
||||
MOD_NODOT=S/:/ /g:N.:ts:
|
||||
# and decorate, note that $'s need to be doubled. Also note that
|
||||
|
|
|
@ -35,10 +35,10 @@ LIB=d X_LIBS:M*/lib${LIB}.a:tu is "/TMP/LIBD.A"
|
|||
LIB=e X_LIBS:M${LIB${LIB:tu}} is "/tmp/libe.a"
|
||||
LIB=e X_LIBS:M*/lib${LIB}.a is "/tmp/libe.a"
|
||||
LIB=e X_LIBS:M*/lib${LIB}.a:tu is "/TMP/LIBE.A"
|
||||
path=':/bin:/usr/bin::/sbin:/usr/sbin:.:/home/user/bin:./bin:.'
|
||||
path='/bin:/usr/bin:/sbin:/usr/sbin:/home/user/bin:./bin'
|
||||
path='/bin:/usr/bin:/sbin:/usr/sbin:/homes/user/bin:./bin'
|
||||
path='/bin':'/usr/bin':'/sbin':'/usr/sbin':'/home/user/bin':'./bin'
|
||||
path=':/bin:/usr/bin::/sbin:/usr/sbin:.:/home/user/bin:.'
|
||||
path='/bin:/usr/bin:/sbin:/usr/sbin:/home/user/bin'
|
||||
path='/bin:/usr/bin:/sbin:/usr/sbin:/homes/user/bin'
|
||||
path='/bin':'/usr/bin':'/sbin':'/usr/sbin':'/home/user/bin'
|
||||
LIST = one two three four five six seven eigth nine ten
|
||||
LIST:O = eigth five four nine one seven six ten three two
|
||||
# Note that 1 in every 10! trials two independently generated
|
||||
|
|
Loading…
Reference in New Issue