tests: fix incorrect write type for express-test, exit process

This commit is contained in:
Jared Allard
2016-02-24 13:22:21 -08:00
parent ab1d92cf68
commit 841f22f0bb
+2 -1
View File
@@ -89,4 +89,5 @@ function onListening() {
debug('Listening on ' + bind);
}
process.stdout.write(true);
process.stdout.write('true');
process.exit(0);