aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-07-13 18:26:21 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-07-13 18:26:21 -0400
commit5245975f67212fdae08033e13c0c7d2b6db1256e (patch)
tree64731dc2387aceb200b7419b7471760f535a1d16
parentdc6dcc66e8ad0d768c6fc0c1c32bd31e95060088 (diff)
downloadsplitfits-5245975f67212fdae08033e13c0c7d2b6db1256e.tar.gz
Update test code
-rw-r--r--tests/test_split.sh4
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