diff options
Diffstat (limited to 'tests/rmdir/11.t')
-rw-r--r-- | tests/rmdir/11.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/rmdir/11.t b/tests/rmdir/11.t index b8e0591354006..fd6b6e21f90b9 100644 --- a/tests/rmdir/11.t +++ b/tests/rmdir/11.t @@ -1,4 +1,5 @@ #!/bin/sh +# vim: filetype=sh noexpandtab ts=8 sw=8 # $FreeBSD: head/tools/regression/pjdfstest/tests/rmdir/11.t 211352 2010-08-15 21:24:17Z pjd $ desc="rmdir returns EACCES or EPERM if the directory containing the directory to be removed is marked sticky, and neither the containing directory nor the directory to be removed are owned by the effective user ID" |