From 5245975f67212fdae08033e13c0c7d2b6db1256e Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 13 Jul 2020 18:26:21 -0400 Subject: Update test code --- tests/test_split.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/test_split.sh b/tests/test_split.sh index 13ec5a9..562876a 100644 --- a/tests/test_split.sh +++ b/tests/test_split.sh @@ -1,7 +1,7 @@ test_splitfits_data1() { local datafile - datafile=$(get_data generic/fits/sample.fits) + datafile=$(nexus_raw_download repository/generic/fits/sample.fits) [[ ! -f ${datafile} ]] && return 1 if ! ${test_program} -o ${test_case} ${datafile}; then @@ -14,7 +14,7 @@ test_splitfits_data1() { test_splitfits_combine_data1() { local datafile - datafile=$(get_data generic/fits/sample.fits) + datafile=$(nexus_raw_download repository/generic/fits/sample.fits) [[ ! -f ${datafile} ]] && return 1 if ! ${test_program} -o ${test_case} ${datafile}; then -- cgit