*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 16 Jul 2002 06:51:20 +0000 (06:51 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 16 Jul 2002 06:51:20 +0000 (06:51 +0000)
tests/rm/fail-eperm

index 9bd9c49..a0774c6 100755 (executable)
@@ -74,7 +74,8 @@ foreach my $dir (@dir_list)
            my $exp = "rm: cannot remove `$dir/$f': Operation not permitted\n";
            $line eq $exp
              or die "$ME: unexpected dignostic from `$cmd';\n"
-               . "  got      $line  expected $exp";
+               . "  got      $line"
+               . "  expected $exp";
 
            last;
          }