diff options
Diffstat (limited to 'tests/mkdir/special-1')
-rwxr-xr-x | tests/mkdir/special-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mkdir/special-1 b/tests/mkdir/special-1 index fec727cda..5f0c24b9c 100755 --- a/tests/mkdir/special-1 +++ b/tests/mkdir/special-1 @@ -10,7 +10,7 @@ tmp=mkdir-sp-$$ trap 'status=$?; rm -rf $tmp && exit $status' 0 trap 'exit $?' 1 2 13 15 -set_mode_string=u=rwx,g=rx,o=w,go+t +set_mode_string=u=rwx,g=rx,o=w,-s,+t output_mode_string=drwxr-x-wT mkdir -m$set_mode_string $tmp || fail=1 |