Skip to content
Snippets Groups Projects
Commit beb41114 authored by deuce's avatar deuce
Browse files

Add quotes around the ENQ response.

parent b0119ef2
Branches
Tags
No related merge requests found
......@@ -60,7 +60,7 @@ function test_ctrl(results)
}
console.crlf();
if(retstr != '') {
console.writeln("FAILED! Returned "+retstr);
console.writeln('FAILED! Returned "'+retstr+'"');
return(false);
}
console.writeln("Passed");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment