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/install/install-C | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/install/install-C') diff --git a/tests/install/install-C b/tests/install/install-C index 67921da5f..0883d9e6b 100755 --- a/tests/install/install-C +++ b/tests/install/install-C @@ -26,9 +26,9 @@ mode3=2755 echo test > a || framework_failure_ -echo "\`a' -> \`b'" > out_installed_first || framework_failure_ -echo "removed \`b' -\`a' -> \`b'" > out_installed_second || framework_failure_ +echo "'a' -> 'b'" > out_installed_first || framework_failure_ +echo "removed 'b' +'a' -> 'b'" > out_installed_second || framework_failure_ : > out_empty || framework_failure_ # destination file does not exist @@ -57,8 +57,8 @@ compare out out_installed_second || fail=1 ln -s a c || framework_failure_ ln -s b d || framework_failure_ ginstall -Cv -m$mode1 c d > out || fail=1 -echo "removed \`d' -\`c' -> \`d'" > out_installed_second_cd +echo "removed 'd' +'c' -> 'd'" > out_installed_second_cd compare out out_installed_second_cd || fail=1 # destination file exists but content differs -- cgit v1.2.3-70-g09d2