shithub: sox

Download patch

ref: 9b91211f73ad5a9c4f1c47ecbd0bef118b228483
parent: 30dddcc83b893847b5c2be6ae604337c4014c0eb
author: cbagwell <cbagwell>
date: Mon Jan 28 18:01:28 EST 2008

Allow "make distcheck" to work when we are testing all formats.

--- a/src/tests.sh
+++ b/src/tests.sh
@@ -230,3 +230,7 @@
 rm output.u1
 
 test -n "$skip" && echo "Skipped: $skip"
+
+# Run one last command so return code is not error
+# when $skip is empty.
+echo "done."