From ada41f72df45d6f44270d54bc5da6ccb79570ceb Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Tue, 8 Jun 2004 22:57:27 +0000 Subject: synchronize with libcroco--mainline--0.6--patch-28. 2004-06-09 Dodji Seketeli synchronize with libcroco--mainline--0.6--patch-28. --- tests/global-vars.sh | 10 ---------- tests/global-vars.sh.in | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 tests/global-vars.sh create mode 100644 tests/global-vars.sh.in (limited to 'tests') diff --git a/tests/global-vars.sh b/tests/global-vars.sh deleted file mode 100644 index 2fc8473..0000000 --- a/tests/global-vars.sh +++ /dev/null @@ -1,10 +0,0 @@ -TEST_INPUTS_DIR=$HERE_DIR/test-inputs -CSSLINT=$HERE_DIR/../csslint/.libs/csslint -if ! test -x $CSSLINT ; then - echo "Aarg Could not find an executable csslint. I was looking for $CSSLINT" - echo $ -fi - -if ! test x"$VALGRIND" = x ; then - CSSLINT="$VALGRIND $CSSLINT" -fi diff --git a/tests/global-vars.sh.in b/tests/global-vars.sh.in new file mode 100644 index 0000000..e291459 --- /dev/null +++ b/tests/global-vars.sh.in @@ -0,0 +1,10 @@ +TEST_INPUTS_DIR=$HERE_DIR/test-inputs +CSSLINT=$HERE_DIR/../csslint/.libs/csslint-@LIBCROCO_MAJOR_VERSION@.@LIBCROCO_MINOR_VERSION@ +if ! test -x $CSSLINT ; then + echo "Aarg Could not find an executable csslint. I was looking for $CSSLINT" + echo $ +fi + +if ! test x"$VALGRIND" = x ; then + CSSLINT="$VALGRIND $CSSLINT" +fi -- cgit v1.2.1