summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2017-03-27 05:35:56 (GMT)
committerGitHub <noreply@github.com>2017-03-27 05:35:56 (GMT)
commitbc2031470eac4b199692921b4e97730c85ceb678 (patch)
tree947ef484436cab4a4d53474279d380f634fe7351 /Lib/test
parentabc68484b2c523b500802cb8e8913531e0ff9a8d (diff)
downloadcpython-bc2031470eac4b199692921b4e97730c85ceb678.zip
cpython-bc2031470eac4b199692921b4e97730c85ceb678.tar.gz
cpython-bc2031470eac4b199692921b4e97730c85ceb678.tar.bz2
Minor test cleanup (GH-837) (GH-838)
* Remove unused test file * Remove duplicated text in sndhdrdata README (cherry picked from commit b8a7daf077dab18e9e3701c5380b542ae0aa9a94)
Diffstat (limited to 'Lib/test')
-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>
-