* tests/dircolors/simple (a): Don't fail with an unexpected diagnostic
authorJim Meyering <jim@meyering.net>
Mon, 21 Aug 2006 17:28:09 +0000 (17:28 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 21 Aug 2006 17:28:09 +0000 (17:28 +0000)
when the shell variable, SHELL, is not set.
Trigger the failure with "(unset SHELL; make check TESTS=simple)".
Reported by Sven Joachim in <http://bugs.debian.org/355368>.

ChangeLog
tests/dircolors/simple

index 1953799b2f383a7e390f638c8ddd1d92b76a80b0..2123879de664c2273caae9542dc6dd0dd5248f7d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-08-21  Jim Meyering  <jim@meyering.net>
 
+       * tests/dircolors/simple (a): Don't fail with an unexpected diagnostic
+       when the shell variable, SHELL, is not set.
+       Trigger the failure with "(unset SHELL; make check TESTS=simple)".
+       Reported by Sven Joachim in <http://bugs.debian.org/355368>.
+
        * src/od.c: Now that HAVE_UNSIGNED_LONG_LONG is no longer defined
        in config.h, change the uses to HAVE_UNSIGNED_LONG_LONG_INT.
        Otherwise, on a system with 4-byte longs, "od -t u8" fails with this:
index 71ccfd1747afd1e201673050bc3efbfd923db8b3..2e5f1101b51f38d7771009b057bd917924d4e901 100755 (executable)
@@ -38,7 +38,7 @@ use strict;
 
 my @Tests =
     (
-     ['a', {IN => {k => "exec\n"}},
+     ['a', '-b', {IN => {k => "exec\n"}},
       {ERR => "dircolors: k:1: invalid line;  missing second token\n"},
       {EXIT => 1}],
      ['quote', '-b', {IN => "exec 'echo Hello;:'\n"},