summaryrefslogtreecommitdiff
path: root/lib/test-driver
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-06-27 11:13:54 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-06-27 11:13:54 +0200
commitf7132aee3c5c0024b91c925e712f249838b98c46 (patch)
tree063913fadd353a371b2d8a0733c0291c912aace7 /lib/test-driver
parentaa630a928a586fd8dc8a087337c3462d7f4fd1c6 (diff)
downloadautomake-f7132aee3c5c0024b91c925e712f249838b98c46.tar.gz
scripts: quote 'like this', not `like this'
* lib/test-driver.sh: Here. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'lib/test-driver')
-rwxr-xr-xlib/test-driver8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/test-driver b/lib/test-driver
index 2398a06ff..aba4d1d26 100755
--- a/lib/test-driver
+++ b/lib/test-driver
@@ -1,7 +1,7 @@
#! /bin/sh
-# test-driver - basic driver script for the `parallel-tests' mode.
+# test-driver - basic driver script for the 'parallel-tests' mode.
-scriptversion=2011-08-17.14; # UTC
+scriptversion=2012-06-27.10; # UTC
# Copyright (C) 2011-2012 Free Software Foundation, Inc.
#
@@ -45,7 +45,7 @@ Usage:
test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
[--expect-failure={yes|no}] [--color-tests={yes|no}]
[--enable-hard-errors={yes|no}] [--] TEST-SCRIPT
-The \`--test-name', \`--log-file' and \`--trs-file' options are mandatory.
+The '--test-name', '--log-file' and '--trs-file' options are mandatory.
END
}
@@ -74,7 +74,7 @@ while test $# -gt 0; do
done
if test $color_tests = yes; then
- # Keep this in sync with `lib/am/check.am:$(am__tty_colors)'.
+ # Keep this in sync with 'lib/am/check.am:$(am__tty_colors)'.
red='' # Red.
grn='' # Green.
lgn='' # Light green.