diff options
Diffstat (limited to 'test/run-tests')
-rwxr-xr-x | test/run-tests | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/run-tests b/test/run-tests index ae9c96e..a2aff21 100755 --- a/test/run-tests +++ b/test/run-tests @@ -2,12 +2,13 @@ set -e cd "${0%/*}" +mkdir -p data/ download() { s="$(basename "$1" .txt)" test -f "data/$s" || - wget -q "https://www.unicode.org/Public/15.1.0/ucd/$1" -O "data/$s" + wget -q "https://www.unicode.org/Public/16.0.0/ucd/$1" -O "data/$s" } readonly FLAGS=' |