Minor test cleanup (GH-837)
* Remove unused test file
* Remove duplicated text in sndhdrdata README
diff --git a/Lib/test/185test.db b/Lib/test/185test.db
deleted file mode 100644
index 14cb5e2..0000000
--- a/Lib/test/185test.db
+++ /dev/null
Binary files differ
diff --git a/Lib/test/sndhdrdata/README b/Lib/test/sndhdrdata/README
index 8a17c00..b2cb664 100644
--- a/Lib/test/sndhdrdata/README
+++ b/Lib/test/sndhdrdata/README
@@ -3,10 +3,3 @@
dd if=/dev/zero of=sndhdr.raw bs=20 count=1
sox -s -2 -c 2 -r 44100 sndhdr.raw sndhdr.<format>
-
-Sound file samples used by Lib/test/test_sndhdr.py and generated using the
-following commands:
-
- dd if=/dev/zero of=sndhdr.raw bs=20 count=1
- sox -s -2 -c 2 -r 44100 sndhdr.raw sndhdr.<format>
-