1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

Disable the test if the working directory has the sticky bit set.

This commit is contained in:
Jim Meyering
2000-12-26 08:43:03 +00:00
parent f46fed1458
commit da21549918

View File

@@ -13,6 +13,12 @@ trap 'status=$?; cd $pwd; chmod -R u+rwx $tmp; rm -rf $tmp && exit $status' 0
trap '(exit $?); exit' 1 2 13 15
framework_failure=0
# Record absolute path of srcdir.
cd $srcdir || framework_failure=1
abs_srcdir=`pwd`
cd $pwd || framework_failure=1
mkdir $tmp || framework_failure=1
cd $tmp || framework_failure=1
@@ -21,6 +27,8 @@ if test $framework_failure = 1; then
(exit 1); exit
fi
. $abs_srcdir/../sticky-check
fail=0
# parent parent/dir