]> granicus.if.org Git - check/commitdiff
source test_output_strings from src tree tests dir
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Mon, 27 Jan 2014 04:41:52 +0000 (04:41 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Mon, 27 Jan 2014 04:41:52 +0000 (04:41 +0000)
If Check is built out of tree, then the test_output_strings
file was expected to be in the build tree, which is not
where it is; it is in the source tree.

Now find the file in the same directory that the script is in.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1087 64e312b2-a51f-0410-8e61-82d0ca0eb02a

tests/test_log_output.sh
tests/test_output.sh
tests/test_tap_output.sh
tests/test_xml_output.sh

index 1a1dd042d499948f53f6bc33e8370dd33e88cf32..9de3a80b5be00c31f8cc2d389618b36173ec1054 100755 (executable)
@@ -3,7 +3,7 @@
 OUTPUT_FILE=test.log
 
 . ./test_vars
-. ./test_output_strings
+. $(dirname $0)/test_output_strings
 
 test_log_output ( ) {
     rm -f ${OUTPUT_FILE}
index 22ef717cb5a5bfdb695ef304c6cf4be7209fa216..5e36c1e6b020eae5537767bc113ff4c38c0024f2 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 . ./test_vars
-. ./test_output_strings
+. $(dirname $0)/test_output_strings
 
 # When the ex_output program is run with the STDOUT_DUMP mode, it will
 # run with the normal output mode, then dump each output mode using
index 6805915738be30f04ef1cff3eca528a399cd34db..03af402a028ff9957975e2f720d8a4ae61d4d1a7 100755 (executable)
@@ -3,7 +3,7 @@
 OUTPUT_FILE=test.tap
 
 . ./test_vars
-. ./test_output_strings
+. $(dirname $0)/test_output_strings
 
 test_tap_output ( ) {
     rm -f ${OUTPUT_FILE}
index fd5b7101de63e1d0022cc132c493b18a475e4a47..4c87b73a1525169bbf7d8e4b671e84844afe0ad5 100755 (executable)
@@ -4,7 +4,7 @@ OUTPUT_FILE=test.xml
 CK_DEFAULT_TIMEOUT=4
 
 . ./test_vars
-. ./test_output_strings
+. $(dirname $0)/test_output_strings
 
 rm -f ${OUTPUT_FILE}
 export CK_DEFAULT_TIMEOUT