aboutsummaryrefslogtreecommitdiff
path: root/test/pseudo-tty/test-stderr-stdout-handle-sigwinch.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/pseudo-tty/test-stderr-stdout-handle-sigwinch.js')
-rw-r--r--test/pseudo-tty/test-stderr-stdout-handle-sigwinch.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pseudo-tty/test-stderr-stdout-handle-sigwinch.js b/test/pseudo-tty/test-stderr-stdout-handle-sigwinch.js
index 4d87e15d34..d5f187d1c3 100644
--- a/test/pseudo-tty/test-stderr-stdout-handle-sigwinch.js
+++ b/test/pseudo-tty/test-stderr-stdout-handle-sigwinch.js
@@ -31,4 +31,4 @@ process.stdout._refreshSize = wrap(originalRefreshSizeStdout,
// can setup the readloop. Provide a reasonable delay.
setTimeout(function() {
process.emit('SIGWINCH');
-}, common.isAix ? 200 : 0);
+}, common.isAIX ? 200 : 0);