summaryrefslogtreecommitdiff
path: root/sc/qa/unit/data/README
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/unit/data/README')
-rw-r--r--sc/qa/unit/data/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/sc/qa/unit/data/README b/sc/qa/unit/data/README
new file mode 100644
index 000000000000..2cc9fb3cb58f
--- /dev/null
+++ b/sc/qa/unit/data/README
@@ -0,0 +1,7 @@
+Files with the string 'CVE' in their name are encrypted to avoid
+problems with virus checkers on source code download.; use:
+
+mdecrypt --bare -a arcfour -o hex -k 435645 -s 3 foo.doc # to unencrypt
+mcrypt --bare -a arcfour -o hex -k 435645 -s 3 foo.doc # to create new tests
+
+to get access to the plain files for manual testing.