projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e7c68d
)
Clear setuid and setuid bits on directory, in case the build
author
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 28 Jul 2006 07:27:20 +0000
(07:27 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Fri, 28 Jul 2006 07:27:20 +0000
(07:27 +0000)
directory has them set and they're inherited.
tests/mkdir/special-1
patch
|
blob
|
history
diff --git
a/tests/mkdir/special-1
b/tests/mkdir/special-1
index fec727cda7826c30858e9ecc8613cfd5e4933889..5f0c24b9c2a0ddda02341a1949450ebd1465d24c 100755
(executable)
--- 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