summaryrefslogtreecommitdiff
path: root/tests/install/install-C
diff options
context:
space:
mode:
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