From 42dc643e44563f64d3b7593c051898b7879d9878 Mon Sep 17 00:00:00 2001 From: Peter Carbonetto Date: Tue, 18 Jul 2017 13:56:10 -0500 Subject: Moved shunit2 files to test directory. --- test/test_suite.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test_suite.sh') diff --git a/test/test_suite.sh b/test/test_suite.sh index 18c9ee9..d1dbb3c 100755 --- a/test/test_suite.sh +++ b/test/test_suite.sh @@ -43,9 +43,9 @@ shunit2=`which shunit2` if [ -e "../contrib/shunit2/source/2.0/src/shell/shunit2" ]; then echo try to run the locally installed shunit2 . ../contrib/shunit2/source/2.0/src/shell/shunit2 -elif [ -e "../shunit2-2.0.3/src/shell/shunit2" ]; then +elif [ -e "shunit2-2.0.3/src/shell/shunit2" ]; then echo try to run the older locally installed shunit2 - . ../shunit2-2.0.3/src/shell/shunit2 + . shunit2-2.0.3/src/shell/shunit2 elif [ -x "$shunit2" ]; then echo run system shunit2 . $shunit2 -- cgit v1.2.3