summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-04-28 16:32:06 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-04-28 16:32:06 +0000
commite8b76516bf12572bace25a9b5f3a54cbf519f33e (patch)
treeae616807f33e93f671dff0b9b49a9a5d6871b1ad /tests
parent67f7a0936cf3713091b2b6d604bec5760fd816c1 (diff)
downloadcoreutils-e8b76516bf12572bace25a9b5f3a54cbf519f33e.tar.xz
Check for ug+r and ug,+x bugs.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/chmod/usage2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/chmod/usage b/tests/chmod/usage
index cc807c81b..11610d845 100755
--- a/tests/chmod/usage
+++ b/tests/chmod/usage
@@ -54,6 +54,8 @@ cases='
f -- :
f -w : f
f f :
+ u+gr f :
+ ug,+x f :
'
all_files=`echo "$cases" | sed 's/.*://'`