]> git.donarmstrong.com Git - debhelper.git/commitdiff
Typo in the code.
authorModestas Vainius <modestas@vainius.eu>
Fri, 4 Dec 2009 20:31:14 +0000 (22:31 +0200)
committerModestas Vainius <modestas@vainius.eu>
Fri, 4 Dec 2009 21:27:59 +0000 (23:27 +0200)
How perl didn't fail one this is beyond me.

t/buildsystems/buildsystem_tests

index e69367ed79ed827812578e2a823581ffebd3ee68..84741a46321db4b12571abe930f39fe023adb8bd 100755 (executable)
@@ -580,8 +580,8 @@ test_isnt_parallel( do_parallel_mk("--max-parallel=5"),
 $ENV{DEB_BUILD_OPTIONS}="parallel=5";
 test_isnt_parallel( do_parallel_mk(),
        "DEB_BUILD_OPTIONS=parallel=5 without parallel options" );
-+test_is_parallel( do_parallel_mk("--parallel"),
-+      "DEB_BUILD_OPTIONS=parallel=5 with --parallel" );
+test_is_parallel( do_parallel_mk("--parallel"),
+       "DEB_BUILD_OPTIONS=parallel=5 with --parallel" );
 test_is_parallel( do_parallel_mk("--max-parallel=2"),
        "DEB_BUILD_OPTIONS=parallel=5 with --max-parallel=2" );
 test_isnt_parallel( do_parallel_mk("--max-parallel=1"),