chiark / gitweb /
Unicode 6.0.0 support
[disorder] / libtests / t-unicode.c
index 150584419961c80f4f8d190637d37d531857e404..85fe7ecca4f4812e023f42ca0d17970f308942b9 100644 (file)
@@ -30,7 +30,7 @@ static FILE *open_unicode_test(const char *path) {
     base = path;
   if(!(fp = fopen(base, "r"))) {
     snprintf(buffer, sizeof buffer,
-             "wget http://www.unicode.org/Public/5.1.0/ucd/%s", path);
+             "wget http://www.unicode.org/Public/6.0.0/ucd/%s", path);
     if((w = system(buffer)))
       disorder_fatal(0, "%s: %s", buffer, wstat(w));
     if(chmod(base, 0444) < 0)