[v9_10] use posix-compatible shell in system tests
3839. [test] Use only posix-compatible shell in system tests.
[RT #35625]
(cherry picked from commit 60988462e5)
This commit is contained in:
@@ -18,11 +18,11 @@
|
||||
SYSTEMTESTTOP=..
|
||||
. $SYSTEMTESTTOP/conf.sh
|
||||
|
||||
sh clean.sh
|
||||
$SHELL clean.sh
|
||||
|
||||
test -r $RANDFILE || $GENRANDOM 400 $RANDFILE
|
||||
|
||||
cd ns1 && sh sign.sh
|
||||
cd ns1 && $SHELL sign.sh
|
||||
|
||||
echo "a.bogus.example. A 10.0.0.22" >>../ns3/bogus.example.db.signed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user