[master] use posix-compatible shell in system tests

3839.	[test]		Use only posix-compatible shell in system tests.
			[RT #35625]
This commit is contained in:
Evan Hunt
2014-05-06 22:06:04 -07:00
parent 215f02a137
commit 60988462e5
85 changed files with 232 additions and 183 deletions

View File

@@ -19,4 +19,4 @@ SYSTEMTESTTOP=..
test -r $RANDFILE || $GENRANDOM 400 $RANDFILE
cd ns1 && sh sign.sh
cd ns1 && $SHELL sign.sh