From ec3a32699e03cc12892a1b2fd37eed5a721ab5a0 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Mon, 27 Mar 2017 00:38:20 -0500 Subject: [PATCH] Minor test cleanup (GH-837) (GH-839) * Remove unused test file * Remove duplicated text in sndhdrdata README (cherry picked from commit b8a7daf077dab18e9e3701c5380b542ae0aa9a94) --- Lib/test/185test.db | Bin 16384 -> 0 bytes Lib/test/sndhdrdata/README | 7 ------- 2 files changed, 7 deletions(-) delete mode 100644 Lib/test/185test.db diff --git a/Lib/test/185test.db b/Lib/test/185test.db deleted file mode 100644 index 14cb5e258bc0961fa22527dcb5d947a6a0fd5480..0000000000000000000000000000000000000000 GIT binary patch literal 0 Hc-jL100001 literal 16384 zc-rmSF>b;z6b9fwL8=%)Vd+5_Di#*bzzL9Grw_gT;H z$@cUH%Y*asx=T_gi|-Pp%q*$WN2Wtj4|&q%ZmU1^b^Q2AuO8yxO{)L^000000KmA_ zP21d>b8}1D;<2<(4&A)oSJ`S2jKZdj$G@KW<&;c*|Ly}|j6PS%+q*shz%yAc%M<_F K0ssI2Pwftmwg_zi 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. - -- 2.47.3