From 50610144b02763f5dd5f6198ceceb88c27c393aa Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 7 Jan 2012 17:43:50 +0100 Subject: tests: adjust \`...' quoting to '...' to adapt to latest gnulib Run this: git grep -l "\\\\\`[^']*'" tests \ |xargs perl -pi -e 's/\\\`(.*?'\'')/'\''$1/g --- tests/touch/fail-diag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/touch/fail-diag') diff --git a/tests/touch/fail-diag b/tests/touch/fail-diag index d42ee3774..6cdc1e2af 100755 --- a/tests/touch/fail-diag +++ b/tests/touch/fail-diag @@ -24,7 +24,7 @@ file=/no-such-dir/file touch $file > out 2>&1 && fail=1 cat < exp -touch: cannot touch \`$file': No such file or directory +touch: cannot touch '$file': No such file or directory EOF compare exp out || fail=1 -- cgit v1.2.3-54-g00ecf