From 4cf4991232c3a37428cd4b3f62bbcdad0661e2b0 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 7 Dec 2014 14:19:15 -0500 Subject: [PATCH] restore test data README --- Lib/test/data/README | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Lib/test/data/README diff --git a/Lib/test/data/README b/Lib/test/data/README new file mode 100644 index 0000000000..bd05984e43 --- /dev/null +++ b/Lib/test/data/README @@ -0,0 +1,2 @@ +This empty directory serves as destination for temporary files +created by some tests, in particular, the test_codecmaps_* tests. -- 2.50.1