diff --git a/tests/p_acl/acl_set_get_test.sh b/tests/p_acl/acl_set_get_test.sh index b479c71..d9741c5 100755 --- a/tests/p_acl/acl_set_get_test.sh +++ b/tests/p_acl/acl_set_get_test.sh @@ -7,7 +7,7 @@ t_Log "Running $0 - Check that we can get and set acl" touch /tmp/acl_test_file setfacl -m user:nobody:r-- /tmp/acl_test_file -getfacl -a /tmp/acl_test_file |grep -q 'user:nobody:r--' +getfacl /tmp/acl_test_file |grep -q 'user:nobody:r--' t_CheckExitStatus $?