]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
help font-lock-mode
authorJim Meyering <jim@meyering.net>
Tue, 16 Jul 2002 06:49:50 +0000 (06:49 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 16 Jul 2002 06:49:50 +0000 (06:49 +0000)
tests/rm/fail-eperm

index fc473e4d09af3c7d3cd0dd435a35a13981dee439..9bd9c49c9931a29b10e2d25fddbf40f6b68691a2 100755 (executable)
@@ -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;