Skip to content

Commit

Permalink
Correct curl option to download test cases from GDA.
Browse files Browse the repository at this point in the history
Test caeses dectest.zip from GDA doesn't support http anymore.
  • Loading branch information
hanfezh authored and ericlagergren committed Nov 20, 2022
1 parent 4def2f6 commit 495c538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testdata/dectest/generate.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

set -xeuo pipefail

curl -sS http://speleotrove.com/decimal/dectest.zip >dectest.zip
curl -sSOL http://speleotrove.com/decimal/dectest.zip
unzip -o dectest.zip
rm dectest.zip

0 comments on commit 495c538

Please sign in to comment.