diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-28 16:32:06 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-28 16:32:06 +0000 |
commit | e8b76516bf12572bace25a9b5f3a54cbf519f33e (patch) | |
tree | ae616807f33e93f671dff0b9b49a9a5d6871b1ad /tests/chmod | |
parent | 67f7a0936cf3713091b2b6d604bec5760fd816c1 (diff) | |
download | coreutils-e8b76516bf12572bace25a9b5f3a54cbf519f33e.tar.xz |
Check for ug+r and ug,+x bugs.
Diffstat (limited to 'tests/chmod')
-rwxr-xr-x | tests/chmod/usage | 2 |
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/.*://'` |