]> git.donarmstrong.com Git - debhelper.git/blobdiff - t/buildsystems/buildsystem_tests
Typo in the code.
[debhelper.git] / 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"),