about summary refs log tree commit homepage
path: root/t/lei-externals.t
diff options
context:
space:
mode:
Diffstat (limited to 't/lei-externals.t')
-rw-r--r--t/lei-externals.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/lei-externals.t b/t/lei-externals.t
index fed57789..284be1b9 100644
--- a/t/lei-externals.t
+++ b/t/lei-externals.t
@@ -76,6 +76,7 @@ test_lei(sub {
         my $config_file = "$home/.config/lei/config";
         my $store_dir = "$home/.local/share/lei";
         lei_ok 'ls-external', \'ls-external on fresh install';
+        ignore_inline_c_missing($lei_err);
         is($lei_out.$lei_err, '', 'ls-external no output, yet');
         ok(!-e $config_file && !-e $store_dir,
                 'nothing created by ls-external');