From e7583d05d3ed7702fdcefe5f36af44b183e7dab3 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 28 Jul 2006 07:27:20 +0000 Subject: [PATCH] Clear setuid and setuid bits on directory, in case the build directory has them set and they're inherited. --- tests/mkdir/special-1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mkdir/special-1 b/tests/mkdir/special-1 index fec727c..5f0c24b 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 -- 2.7.4