Skip to content

Instantly share code, notes, and snippets.

@sbfnk
Created February 1, 2017 22:52
Show Gist options
  • Save sbfnk/0ae680cc29a7296d897d6f6c1a1a8aa4 to your computer and use it in GitHub Desktop.
Save sbfnk/0ae680cc29a7296d897d6f6c1a1a8aa4 to your computer and use it in GitHub Desktop.
diff --git a/t/010_cpu.t b/t/010_cpu.t
index d71bfa4..497bdfb 100644
--- a/t/010_cpu.t
+++ b/t/010_cpu.t
@@ -1,3 +1,4 @@
use Test::More tests => 1;
-is(system('script/libbi sample @test.conf') >> 8, 0, 'CPU');
+system('env 1>&2');
+is(system('script/libbi sample @test.conf --verbose') >> 8, 0, 'CPU');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment