]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/tests.t
Change "no-compiler-commands", "invalid-cmake-used" buildd tags to I-.
[blhc/blhc.git] / t / tests.t
index a1b80126f4e5dac114503965a54f9ba2a92c0e09..eff3d2bea0d703ec13005c2f7e43165cf479adca 100644 (file)
--- a/t/tests.t
+++ b/t/tests.t
@@ -57,7 +57,7 @@ is_blhc '', '', 2,
         $usage;
 
 is_blhc '', '--version', 0,
-        'blhc 0.01  Copyright (C) 2012  Simon Ruderich
+        'blhc 0.02  Copyright (C) 2012  Simon Ruderich
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -705,7 +705,7 @@ is_blhc 'false-positives', '', 1,
 # buildd support
 
 is_blhc 'empty', '--buildd', 1,
-        'W-no-compiler-commands
+        'I-no-compiler-commands
 ';
 
 is_blhc 'buildd-package-details', '--buildd', 0,
@@ -732,11 +732,11 @@ is_blhc 'buildd-verbose-build', '--buildd', 4,
 ';
 
 is_blhc 'make', '--buildd', 1,
-        'W-no-compiler-commands
+        'I-no-compiler-commands
 ';
 
 is_blhc 'debian-cmake', '--buildd', 32,
-        'W-invalid-cmake-used 2.8.7-1
+        'I-invalid-cmake-used 2.8.7-1
 ';