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 b3c5a2433e..9510b08409 100755
--- a/test/scalatest
+++ b/test/scalatest
@@ -151,7 +151,7 @@ get_ext_classpath() {
# Prints the scalatest usage.
test_print_usage() {
[ $# = 0 ] || abort "internal error";
- echo "Usage: $0 [OPTION]... [FILE]..."
+ echo "Usage: `basename $0` [OPTION]... [FILE]..."
}
# Prints the scalatest help.