shithub: mc

Download patch

ref: a63307b0526fe3ac874ce6e554999da65e98be1b
parent: 67595efd14972ad90214089671d8946b5ccdcc13
author: Ori Bernstein <[email protected]>
date: Thu Dec 25 20:54:33 EST 2014

Quote empty string for eval.

--- a/test/runtest.rc
+++ b/test/runtest.rc
@@ -22,7 +22,7 @@
 fn expectstatus {
 	st='*'^$2
 	if(~ $2 0)
-		st=''
+		st=''''''
 	./$1 $3
 	if(eval '~ $status '$st)
 		pass $1