From f7132aee3c5c0024b91c925e712f249838b98c46 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Wed, 27 Jun 2012 11:13:54 +0200 Subject: [PATCH] scripts: quote 'like this', not `like this' * lib/test-driver.sh: Here. Signed-off-by: Stefano Lattarini --- lib/test-driver | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/test-driver b/lib/test-driver index 2398a06..aba4d1d 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. -- 2.7.4