1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00

* 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>.
This commit is contained in:
Jim Meyering
2006-08-21 17:28:09 +00:00
parent 76407d035c
commit 1d6853a7bc
2 changed files with 6 additions and 1 deletions

View File

@@ -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"},