summaryrefslogtreecommitdiff
path: root/tests/install/install-C
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-07 17:43:50 +0100
committerJim Meyering <meyering@redhat.com>2012-01-09 21:50:08 +0100
commit50610144b02763f5dd5f6198ceceb88c27c393aa (patch)
treea1b26be1db751817c2b9a4eba7c2a1b18033c5aa /tests/install/install-C
parent68a959262aefc5377f5a654d72e71dd42376183e (diff)
downloadcoreutils-50610144b02763f5dd5f6198ceceb88c27c393aa.tar.xz
tests: adjust \`...' quoting to '...' to adapt to latest gnulib
Run this: git grep -l "\\\\\`[^']*'" tests \ |xargs perl -pi -e 's/\\\`(.*?'\'')/'\''$1/g
Diffstat (limited to 'tests/install/install-C')
-rwxr-xr-xtests/install/install-C10
1 files changed, 5 insertions, 5 deletions
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