summaryrefslogtreecommitdiffstats
path: root/tools/regression/fstest/tests/chown/07.t
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/fstest/tests/chown/07.t')
-rw-r--r--tools/regression/fstest/tests/chown/07.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/fstest/tests/chown/07.t b/tools/regression/fstest/tests/chown/07.t
index a9789eb..3fd4437 100644
--- a/tools/regression/fstest/tests/chown/07.t
+++ b/tools/regression/fstest/tests/chown/07.t
@@ -21,7 +21,7 @@ expect 0 -u 65534 -g 65534 create ${n1}/${n2} 0644
expect EPERM -u 65534 -g 65534 chown ${n1}/${n2} 65533 65533
expect EPERM -u 65533 -g 65533 chown ${n1}/${n2} 65534 65534
expect EPERM -u 65533 -g 65533 chown ${n1}/${n2} 65533 65533
-expect EPERM -u 65534 -g 65534 chown ${n1}/${n2} -1 65533
+expect EPERM -u 65534 -g 65534 -- chown ${n1}/${n2} -1 65533
expect 0 unlink ${n1}/${n2}
expect 0 rmdir ${n1}
cd ${cdir}
OpenPOWER on IntegriCloud