diff options
author | Jim Meyering <jim@meyering.net> | 2002-07-16 06:49:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-07-16 06:49:50 +0000 |
commit | c7a1d7f58ffdd21cf62ac2070f1cc97422c9a85e (patch) | |
tree | 48543b86cbf6e12d61f2159fa60fa4d5f0239efa /tests | |
parent | b23214fca0bcbbc970752659b9d0a0684ca1f810 (diff) | |
download | coreutils-c7a1d7f58ffdd21cf62ac2070f1cc97422c9a85e.tar.xz |
help font-lock-mode
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/rm/fail-eperm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/rm/fail-eperm b/tests/rm/fail-eperm index fc473e4d0..9bd9c49c9 100755 --- a/tests/rm/fail-eperm +++ b/tests/rm/fail-eperm @@ -1,4 +1,5 @@ #!/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. @@ -6,12 +7,12 @@ : ${srcdir=.} case "$PERL" in - *'missing perl') - echo 1>&2 "$0: configure didn't find a usable version of Perl, so can't run this test" + *'missing perl') #' + echo 1>&2 \ + "$0: configure didn't find a usable version of Perl, so can't run this test" exit 77 ;; esac - ARGV_0=$0 exec $PERL -w -- - << \EOP require 5.003; use strict; |