summaryrefslogtreecommitdiff
path: root/tests/touch/now-owned-by-other
diff options
context:
space:
mode:
Diffstat (limited to 'tests/touch/now-owned-by-other')
-rwxr-xr-xtests/touch/now-owned-by-other4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/touch/now-owned-by-other b/tests/touch/now-owned-by-other
index b4d5d04b0..23c245df0 100755
--- a/tests/touch/now-owned-by-other
+++ b/tests/touch/now-owned-by-other
@@ -23,8 +23,8 @@ require_root_
group_num=$(id -g $NON_ROOT_USERNAME)
# Create a file owned by root, and writable by $NON_ROOT_USERNAME.
-echo > root-owned || framework_failure
-chgrp +$group_num . root-owned || framework_failure
+echo > root-owned || framework_failure_
+chgrp +$group_num . root-owned || framework_failure_
chmod g+w root-owned
# Ensure that the current directory is searchable by $NON_ROOT_USERNAME.