shithub: sox

Download patch

ref: c61a5fec6258b484fc7e5fbd2a088eff1c4571be
parent: 49e9d6459aec2201791cb311ed318fb6748990bb
author: cbagwell <cbagwell>
date: Thu Mar 11 11:27:57 EST 1999

Fix testall.bat

--- a/src/testall.bat
+++ b/src/testall.bat
@@ -3,7 +3,7 @@
 rem     First create a working copy of t.bat. Note optional cls and pause.
 
 echo @echo off >t.bat
-echo set format=%%1 >>t.bat
+echo set format=%%1 >>t.bat
 echo shift >>t.bat
 echo set opts=%%1 %%2 %%3 %%4 %%5 %%6 %%7 %%8 %%9 >>t.bat
 echo. >>t.bat
@@ -14,11 +14,6 @@
 echo .\sox %%opts%% %%tmp%%\monkey.%%format%% %%tmp%%\monkey1.voc %%effect%% >>t.bat
 echo @echo off >>t.bat
 echo echo. >>t.bat
-echo xdir monkey.voc /c/b >>t.bat
-echo xdir %%tmp%%\monkey1.voc /c/b >>t.bat
-echo echo. >>t.bat
-echo echo The two lengths above should be the same, if the checksums differ >>t.bat
-echo echo investigate further skipping the internal checksum and rate bytes. >>t.bat
 echo set format=>>t.bat
 echo set opts=>>t.bat
 echo pause >>t.bat