summaryrefslogtreecommitdiff
path: root/test/scalatest
diff options
context:
space:
mode:
Diffstat (limited to 'test/scalatest')
-rwxr-xr-xtest/scalatest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scalatest b/test/scalatest
index d4cf45ae76..7dc76614f4 100755
--- a/test/scalatest
+++ b/test/scalatest
@@ -489,7 +489,7 @@ test_check_all() {
test_add_file() {
[ $# = 1 ] || abort "internal error";
case "$1" in
- *.scala )
+ *.scala | *.res )
if [ ! \( -d "$1" -o -f "$1" \) ]; then
abort "don't know what to do with '$1'";
fi;;