Created
February 1, 2017 22:52
-
-
Save sbfnk/0ae680cc29a7296d897d6f6c1a1a8aa4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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