* tests/ccnoco.test: Since this test have "gcc" in $required, there is no need to manually nullify the CFLAGS variable, since now `tests/defs' should automatically re-define that to a value appropriate for gcc. * tests/ccnoco3.test: Likewise. --- tests/ccnoco.test | 4 ---- tests/ccnoco3.test | 4 ---- 2 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/tests/ccnoco.test b/tests/ccnoco.test index bcd18fc..780ffe6 100755 --- a/tests/ccnoco.test +++ b/tests/ccnoco.test @@ -59,10 +59,6 @@ END chmod +x Mycomp -# Ignore user CFLAGS. -CFLAGS= -export CFLAGS - # Make sure the compiler doesn't understand `-c -o' CC=`pwd`/Mycomp export CC diff --git a/tests/ccnoco3.test b/tests/ccnoco3.test index 2a32f6b..82fb320 100755 --- a/tests/ccnoco3.test +++ b/tests/ccnoco3.test @@ -59,10 +59,6 @@ END chmod +x Mycomp -# Ignore user CFLAGS. -CFLAGS= -export CFLAGS - $ACLOCAL $AUTOCONF $AUTOMAKE --copy --add-missing -- 1.7.7.3