diff options
Diffstat (limited to 'tests/install/install-C-selinux')
-rwxr-xr-x | tests/install/install-C-selinux | 6 |
1 files changed, 3 insertions, 3 deletions
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 |