diff options
Diffstat (limited to 'tests/misc/chcon')
-rwxr-xr-x | tests/misc/chcon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/chcon b/tests/misc/chcon index ef4087f09..caa483143 100755 --- a/tests/misc/chcon +++ b/tests/misc/chcon @@ -71,7 +71,7 @@ EOF compare exp out || fail=1 chcon --verbose -u$u1 f > out || fail=1 -echo 'changing security context of `f'\' > exp +echo 'changing security context of 'f'\' > exp compare exp out || fail=1 Exit $fail |