]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Check for ug+r and ug,+x bugs.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 Apr 2005 16:32:06 +0000 (16:32 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 Apr 2005 16:32:06 +0000 (16:32 +0000)
tests/chmod/usage

index cc807c81b540491fb1d2bdda672db155d2ba8bbb..11610d84592aa25ba580395fae22eb72146cbfbf 100755 (executable)
@@ -54,6 +54,8 @@ cases='
   f --       :
   f -w       : f
   f f        :
+  u+gr f     :
+  ug,+x f    :
 '
 
 all_files=`echo "$cases" | sed 's/.*://'`