summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/scalatest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scalatest b/test/scalatest
index bffc017c02..3325c96fff 100755
--- a/test/scalatest
+++ b/test/scalatest
@@ -703,7 +703,7 @@ if [ "$TEST_ALL" = "true" ]; then
auto | script ) FILES_SCRIPT="$FILES_SCRIPT $SRCDIR/script";;
esac;
case "$TEST_TYPE" in
- auto | ant ) FILES_ANT="$FILES_ANT $SRCDIR/ant";;
+ ant ) FILES_ANT="$FILES_ANT $SRCDIR/ant";;
esac;
fi;