From f0a8af661d4d74979197ae2b9e61547b947ba555 Mon Sep 17 00:00:00 2001 From: Modestas Vainius Date: Fri, 4 Dec 2009 22:31:14 +0200 Subject: Typo in the code. How perl didn't fail one this is beyond me. --- t/buildsystems/buildsystem_tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/buildsystems') diff --git a/t/buildsystems/buildsystem_tests b/t/buildsystems/buildsystem_tests index e69367ed..84741a46 100755 --- a/t/buildsystems/buildsystem_tests +++ b/t/buildsystems/buildsystem_tests @@ -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"), -- cgit v1.2.3