[master] use test -r in system tests
3806. [test] Improved system test portability. [RT #35625]
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
SYSTEMTESTTOP=..
|
||||
. $SYSTEMTESTTOP/conf.sh
|
||||
|
||||
test -e $RANDFILE || $GENRANDOM 400 $RANDFILE
|
||||
test -r $RANDFILE || $GENRANDOM 400 $RANDFILE
|
||||
|
||||
if ./bigkey > /dev/null 2>&1
|
||||
then
|
||||
|
||||
@@ -19,6 +19,6 @@ sh clean.sh
|
||||
SYSTEMTESTTOP=..
|
||||
. $SYSTEMTESTTOP/conf.sh
|
||||
|
||||
test -e $RANDFILE || $GENRANDOM 400 $RANDFILE
|
||||
test -r $RANDFILE || $GENRANDOM 400 $RANDFILE
|
||||
|
||||
cd ns1 && sh -e sign.sh
|
||||
|
||||
Reference in New Issue
Block a user