diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-07-13 18:26:21 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-07-13 18:26:21 -0400 |
commit | 5245975f67212fdae08033e13c0c7d2b6db1256e (patch) | |
tree | 64731dc2387aceb200b7419b7471760f535a1d16 /tests | |
parent | dc6dcc66e8ad0d768c6fc0c1c32bd31e95060088 (diff) | |
download | splitfits-5245975f67212fdae08033e13c0c7d2b6db1256e.tar.gz |
Update test code
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_split.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |