From: brarcher Date: Mon, 6 Jan 2014 04:41:36 +0000 (+0000) Subject: test_vars: deterine final value for SRCDIR in test_vars X-Git-Tag: 0.10.0~180 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3846390cc644cd438115b6e7b5e02631b7e0a2ed;p=check test_vars: deterine final value for SRCDIR in test_vars git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1036 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/tests/test_log_output.sh b/tests/test_log_output.sh index 8c890b5..3b4bc3e 100755 --- a/tests/test_log_output.sh +++ b/tests/test_log_output.sh @@ -4,12 +4,6 @@ OUTPUT_FILE=test.log . ./test_vars -if [ x"${SRCDIR}" != x"." ]; then - SRCDIR="${SRCDIR}/" -else - SRCDIR="" -fi - if [ $HAVE_FORK -eq 1 ]; then expected="Running suite S1 ${SRCDIR}ex_output.c:11:P:Core:test_pass:0: Passed diff --git a/tests/test_output.sh b/tests/test_output.sh index 1831765..75c205e 100755 --- a/tests/test_output.sh +++ b/tests/test_output.sh @@ -2,12 +2,6 @@ . ./test_vars -if [ x"${SRCDIR}" != x"." ]; then - SRCDIR="${SRCDIR}/" -else - SRCDIR="" -fi - suite_output="Running suite(s): S1 S2 XML escape \" ' < > & tests" diff --git a/tests/test_tap_output.sh b/tests/test_tap_output.sh index c7071e3..a671022 100755 --- a/tests/test_tap_output.sh +++ b/tests/test_tap_output.sh @@ -4,12 +4,6 @@ OUTPUT_FILE=test.tap . ./test_vars -if [ x"${SRCDIR}" != x"." ]; then - SRCDIR="${SRCDIR}/" -else - SRCDIR="" -fi - if [ $HAVE_FORK -eq 1 ]; then expected_normal_tap="ok 1 - ${SRCDIR}ex_output.c:Core:test_pass: Passed not ok 2 - ${SRCDIR}ex_output.c:Core:test_fail: Failure