summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2017-03-27 05:38:20 (GMT)
committerGitHub <noreply@github.com>2017-03-27 05:38:20 (GMT)
commitec3a32699e03cc12892a1b2fd37eed5a721ab5a0 (patch)
tree602471b8593fa03a4a6a8478a77d9c1e671d6f5c
parentc2492ddd7c9797f94c85988ce7a86320d4ebfb59 (diff)
downloadcpython-ec3a32699e03cc12892a1b2fd37eed5a721ab5a0.zip
cpython-ec3a32699e03cc12892a1b2fd37eed5a721ab5a0.tar.gz
cpython-ec3a32699e03cc12892a1b2fd37eed5a721ab5a0.tar.bz2
Minor test cleanup (GH-837) (GH-839)
* Remove unused test file * Remove duplicated text in sndhdrdata README (cherry picked from commit b8a7daf077dab18e9e3701c5380b542ae0aa9a94)
-rw-r--r--Lib/test/185test.dbbin16384 -> 0 bytes
-rw-r--r--Lib/test/sndhdrdata/README7
2 files changed, 0 insertions, 7 deletions
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 @@ following commands:
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>
-