File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ function unpack_test_data() {
2424 else
2525 echo " ..Downloading test data.."
2626 # use curl to fetch the tarball from a specific github release or branch
27- curl -sLO https://github.com/gpertea/stringtie/raw/test_data/tests.tar.gz
27+ curl -ksLO https://github.com/gpertea/stringtie/raw/test_data/tests.tar.gz
2828 unpack_test_data
2929 fi
3030# fi
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ function unpack_test_data() {
2424 else
2525 echo " ..Downloading test data.."
2626 # use curl to fetch the tarball from a specific github release or branch
27- curl -sLO https://github.com/gpertea/stringtie/raw/test_data/tests.tar.gz
27+ curl -ksLO https://github.com/gpertea/stringtie/raw/test_data/tests.tar.gz
2828 unpack_test_data
2929 fi
3030# fi
You can’t perform that action at this time.
0 commit comments