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 fefe0ec46..723bfd0f3 100755 --- a/tests/misc/chcon +++ b/tests/misc/chcon @@ -64,4 +64,4 @@ chcon --verbose -u$u1 f > out || fail=1 echo 'changing security context of `f'\' > exp compare out exp || fail=1 -(exit $fail); exit $fail +Exit $fail |