[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

@@ -14,4 +14,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
exec sh ../testcrypto.sh
SYSTEMTESTTOP=..
. $SYSTEMTESTTOP/conf.sh
exec $SHELL ../testcrypto.sh

View File

@@ -29,4 +29,4 @@ awk 'END {
for (i = 0; i < 1024; i++ ) { print "b TXT", i; }
for (i = 0; i < 2000; i++ ) { print "c TXT", i; }
}' < /dev/null >> ns1/large.db
cd ns1 && sh compile.sh
cd ns1 && $SHELL compile.sh