summaryrefslogtreecommitdiff
path: root/tests/touch/now-owned-by-other.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/touch/now-owned-by-other.sh')
-rwxr-xr-xtests/touch/now-owned-by-other.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/touch/now-owned-by-other.sh b/tests/touch/now-owned-by-other.sh
index d01097edb..018ef118b 100755
--- a/tests/touch/now-owned-by-other.sh
+++ b/tests/touch/now-owned-by-other.sh
@@ -28,7 +28,7 @@ chmod g+w root-owned
# Ensure that the current directory is searchable by $NON_ROOT_USERNAME.
chmod g+x .
-chroot --user=$NON_ROOT_USERNAME / env PATH="$PATH" \
+chroot --skip-chdir --user=$NON_ROOT_USERNAME / env PATH="$PATH" \
touch -d now root-owned || fail=1
Exit $fail