diff options
author | Jim Meyering <jim@meyering.net> | 2002-07-18 09:34:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-07-18 09:34:52 +0000 |
commit | c696260961f2e928a7a5d696c0fc1b6f2567913c (patch) | |
tree | 0816e9d29473d9294727a0570643fce6518a4a23 /tests | |
parent | dadffbebca7af35db5c0b837a1573d0d13867677 (diff) | |
download | coreutils-c696260961f2e928a7a5d696c0fc1b6f2567913c.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/rm/fail-eperm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/fail-eperm b/tests/rm/fail-eperm index a0774c656..b1293cd77 100755 --- a/tests/rm/fail-eperm +++ b/tests/rm/fail-eperm @@ -1,7 +1,7 @@ #!/bin/sh # -*- perl -*- # Ensure that rm gives the expected diagnostic when failing to remove a file -# owned by some other user in a directory with theh stick bit set. +# owned by some other user in a directory with the sticky bit set. : ${PERL=perl} : ${srcdir=.} |