aboutsummaryrefslogtreecommitdiff
path: root/test/disabled/test-process-title.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/disabled/test-process-title.js')
-rw-r--r--test/disabled/test-process-title.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/disabled/test-process-title.js b/test/disabled/test-process-title.js
index d0223d9a1c..d09bd60d1d 100644
--- a/test/disabled/test-process-title.js
+++ b/test/disabled/test-process-title.js
@@ -4,7 +4,7 @@ var spawn = require('child_process').spawn;
if (process.title === '') {
console.log('skipping test -- not implemented for the host platform');
- return;
+ //return;
}
// disabled because of two things