aboutsummaryrefslogtreecommitdiff
path: root/test/run-tests
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-10-03 01:24:50 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-10-03 01:24:50 +0200
commitc6853cefe4b0de30d3fb04d7be8a0a78a23d51d3 (patch)
tree39c3749d48c3975320302234ceabfe79e80ef601 /test/run-tests
parentbc5470dff262284a0dbe66a3850cf915e2a87034 (diff)
Update for Unicode 16
Diffstat (limited to 'test/run-tests')
-rwxr-xr-xtest/run-tests3
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='