From e984a87819aa7864eb119854f8a74fba673011ff Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 2 Jul 2012 14:21:52 +0200 Subject: [PATCH] tests/test_debs.sh: verify that autoconfig.functions can be read, otherwise fail If autoconfig.functions can't be parsed (e.g. because of syntax errors) then the test suite returns with exit code 0. --- tests/test_debs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_debs.sh b/tests/test_debs.sh index 04b566b..022d241 100755 --- a/tests/test_debs.sh +++ b/tests/test_debs.sh @@ -15,7 +15,7 @@ dpkg() { } test_debs() { - . ../autoconfig.functions + . ../autoconfig.functions || exit 1 CMDLINE='debs' INSTALLED='' -- 2.1.4