aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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