From dc095e9ef986410283667238dcd1538c9d907d09 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 12 Jun 2012 14:14:50 +0000 Subject: [PATCH] test.js ls --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index a8f6159c..14150186 100644 --- a/test/test.js +++ b/test/test.js @@ -4,7 +4,7 @@ var util = require('util'), var lScript='curl http://phantomjs.googlecode.com/files/phantomjs-1.5.0-linux-x86-dynamic.tar.gz &&' + 'tar -zxf phantomjs-1.5.0-linux-x86-dynamic.tar.gz'+ - './phantomjs/bin/phantomjs'; + './phantomjs/bin/phantomjs && ls'; child = exec(lScript, function (error, stdout, stderr) {