shithub: mc

Download patch

ref: 332e6294f82885227cef60706b6cdb271e27514a
parent: 52c9fbc7ecefe80d228d7666cdddc72bb7f95ebf
author: Ori Bernstein <ori@eigenstate.org>
date: Sat Sep 10 20:15:56 EDT 2016

Don't strip spaces from test output.

	This was breaking one of the test cases.

--- a/test/runtest.rc
+++ b/test/runtest.rc
@@ -25,6 +25,8 @@
 }
 
 fn expectprint {
+	ifs='
+'
 	if(~ `{./$1 $3} $2)
 		pass $1
 	if not