[v9_9] use posix-compatible shell in system tests
3839. [test] Use only posix-compatible shell in system tests. [RT #35625] (cherry picked from commit60988462e5) (cherry picked from commit812cf443bb)
This commit is contained in:
@@ -25,4 +25,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
|
||||
|
||||
Reference in New Issue
Block a user