1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

mysql-test-run.sh:

Old Solaris 'test' lack -e


mysql-test/mysql-test-run.sh:
  Old Solaris 'test' lack -e
This commit is contained in:
unknown
2005-01-29 15:59:29 +01:00
parent 12f28354cc
commit aeebe7041c

View File

@ -1429,7 +1429,7 @@ run_testcase ()
if [ -n "$RESULT_EXT" -a \( x$RECORD = x1 -o -f "$result_file$RESULT_EXT" \) ] ; then if [ -n "$RESULT_EXT" -a \( x$RECORD = x1 -o -f "$result_file$RESULT_EXT" \) ] ; then
result_file="$result_file$RESULT_EXT" result_file="$result_file$RESULT_EXT"
fi fi
if [ -e "$TESTDIR/$tname.disabled" ] if [ -f "$TESTDIR/$tname.disabled" ]
then then
comment=`$CAT $TESTDIR/$tname.disabled`; comment=`$CAT $TESTDIR/$tname.disabled`;
disable_test $tname "$comment" disable_test $tname "$comment"