From cd6d52b965f7ef8dc2910d6b14ca5447a9eaf397 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Fri, 27 Dec 2013 11:47:40 +0000 Subject: [PATCH] testsuite: fix erroneous test to match bugfix --- tests/run.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run.sh.in b/tests/run.sh.in index 43c2111..d09a020 100644 --- a/tests/run.sh.in +++ b/tests/run.sh.in @@ -117,7 +117,7 @@ run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --static --libs argv-parse-2" \ run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --static --cflags baz" \ '-fPIC' '-I/usr/include/foo' '-DFOO_STATIC' run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --static --libs-only-l private-libs-duplication" \ - '-lprivate -lbaz -lzee -lbar -lfoo' + '-lprivate -lbaz -lfoo -lbar -lzee' # 4) tests for parser bugs run_test "PKG_CONFIG_PATH='${selfdir}/lib1' ${1} --libs dos-lineendings" \