From: Zachary Ware Date: Mon, 27 Mar 2017 05:08:31 +0000 (-0500) Subject: Minor test cleanup (GH-837) X-Git-Tag: v3.7.0a1~1068 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8a7daf077dab18e9e3701c5380b542ae0aa9a94;p=thirdparty%2FPython%2Fcpython.git 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 14cb5e258bc0..000000000000 Binary files a/Lib/test/185test.db and /dev/null differ diff --git a/Lib/test/sndhdrdata/README b/Lib/test/sndhdrdata/README index 8a17c0041a46..b2cb664615b9 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. - -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. -