Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails if LS_COLORS environment variable is not set #5

Closed
eserte opened this issue Mar 9, 2019 · 0 comments
Closed

Fails if LS_COLORS environment variable is not set #5

eserte opened this issue Mar 9, 2019 · 0 comments

Comments

@eserte
Copy link

eserte commented Mar 9, 2019

See subject. If there's no LS_COLORS then test suite fails starting with:

PERL_DL_NONLAZY=1 "/usr/perl5.20.1Dp/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t

#   Failed test 'use File::LsColor;'
#   at t/00-load.t line 6.
#     Tried to use 'File::LsColor'.
#     Error:  LS_COLORS variable not set! Nothing to do...
#  at t/00-load.t line 6.
# Compilation failed in require at t/00-load.t line 6.
# BEGIN failed--compilation aborted at t/00-load.t line 6.
# Looks like you failed 1 test of 1.
t/00-load.t .......... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests 
... (etc) ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant