From: Amos Jeffries Date: Fri, 28 Jan 2011 04:45:40 +0000 (+1300) Subject: TestBed: Typo remaining from old flags mistake X-Git-Tag: take03^2~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a3abddfd0dc0780f3c9c0ea836aad467f92c594a;p=thirdparty%2Fsquid.git TestBed: Typo remaining from old flags mistake --- diff --git a/test-suite/buildtest.sh b/test-suite/buildtest.sh index 5f16136198..64cee26707 100755 --- a/test-suite/buildtest.sh +++ b/test-suite/buildtest.sh @@ -53,7 +53,7 @@ fi # do not build any of the install's ... # # eval is need to correctly handle quoted arguments - eval "$base/../configure ${SQUID_CONFIGURE_FLAGS} ${configcache}" \ + eval "$base/../configure ${DISTCHECK_CONFIGURE_FLAGS} ${configcache}" \ 2>&1 && \ make ${pjobs} ${MAKETEST} 2>&1