diff options
Diffstat (limited to 'tests/install')
-rwxr-xr-x | tests/install/install-C | 10 | ||||
-rwxr-xr-x | tests/install/install-C-root | 6 | ||||
-rwxr-xr-x | tests/install/install-C-selinux | 6 |
3 files changed, 11 insertions, 11 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 diff --git a/tests/install/install-C-root b/tests/install/install-C-root index 86f081470..5fbae058a 100755 --- a/tests/install/install-C-root +++ b/tests/install/install-C-root @@ -28,9 +28,9 @@ g2=2 echo test > a || framework_failure_ -echo "\`a' -> \`b'" > out_installed_first -echo "removed \`b' -\`a' -> \`b'" > out_installed_second +echo "'a' -> 'b'" > out_installed_first +echo "removed 'b' +'a' -> 'b'" > out_installed_second > out_empty # destination file does not exist diff --git a/tests/install/install-C-selinux b/tests/install/install-C-selinux index 552979375..db2a5d227 100755 --- a/tests/install/install-C-selinux +++ b/tests/install/install-C-selinux @@ -24,9 +24,9 @@ require_selinux_ echo test > a || framework_failure_ chcon -u system_u a || skip_ "chcon doesn't work" -echo "\`a' -> \`b'" > out_installed_first -echo "removed \`b' -\`a' -> \`b'" > out_installed_second +echo "'a' -> 'b'" > out_installed_first +echo "removed 'b' +'a' -> 'b'" > out_installed_second > out_empty # destination file does not exist |