From: Jim Meyering Date: Sun, 30 Jan 2005 14:30:10 +0000 (+0000) Subject: Ignore ACL designation. X-Git-Tag: CPPI-1_12~1533 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ab0c93405b73921c27fb7b638ece4354c39cec9;p=thirdparty%2Fcoreutils.git Ignore ACL designation. --- diff --git a/tests/setgid-check b/tests/setgid-check index 7c82fd51fe..21547d78a1 100644 --- a/tests/setgid-check +++ b/tests/setgid-check @@ -13,6 +13,7 @@ p=`ls -ld $setgid_tmpdir|sed 's/ .*//'` rmdir $setgid_tmpdir case $p in drwx------);; + drwx------+);; drwxr-xr-x);; # Windows98 + DJGPP 2.03 + fileutils-4.1 does this. *) cwd_is_setgid=yes;; esac