From: Zachary Ware Date: Mon, 27 Mar 2017 05:35:56 +0000 (-0500) Subject: Minor test cleanup (GH-837) (GH-838) X-Git-Tag: v3.6.2rc1~279 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc2031470eac4b199692921b4e97730c85ceb678;p=python Minor test cleanup (GH-837) (GH-838) * Remove unused test file * Remove duplicated text in sndhdrdata README (cherry picked from commit b8a7daf077dab18e9e3701c5380b542ae0aa9a94) --- diff --git a/Lib/test/185test.db b/Lib/test/185test.db deleted file mode 100644 index 14cb5e258b..0000000000 Binary files a/Lib/test/185test.db and /dev/null differ diff --git a/Lib/test/sndhdrdata/README b/Lib/test/sndhdrdata/README index 8a17c0041a..b2cb664615 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. -