mirror of
https://github.com/MariaDB/server.git
synced 2025-07-02 14:22:51 +03:00
mysql-test-run.sh:
Old Solaris 'test' lack -e
This commit is contained in:
@ -1429,7 +1429,7 @@ run_testcase ()
|
||||
if [ -n "$RESULT_EXT" -a \( x$RECORD = x1 -o -f "$result_file$RESULT_EXT" \) ] ; then
|
||||
result_file="$result_file$RESULT_EXT"
|
||||
fi
|
||||
if [ -e "$TESTDIR/$tname.disabled" ]
|
||||
if [ -f "$TESTDIR/$tname.disabled" ]
|
||||
then
|
||||
comment=`$CAT $TESTDIR/$tname.disabled`;
|
||||
disable_test $tname "$comment"
|
||||
|
Reference in New Issue
Block a user