From b613d2a00a02441d18a83229fe8492aeabd74384 Mon Sep 17 00:00:00 2001 From: Jeremiah Senkpiel Date: Fri, 8 Jul 2016 14:22:14 +0200 Subject: [PATCH] test: move parallel/test-tty-* to pseudo-tty/ Refs: https://github.com/nodejs/node/pull/7360 PR-URL: https://github.com/nodejs/node/pull/7613 Reviewed-By: Colin Ihrig --- test/{parallel => pseudo-tty}/test-tty-stdout-end.js | 0 test/{parallel => pseudo-tty}/test-tty-wrap.js | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/{parallel => pseudo-tty}/test-tty-stdout-end.js (100%) rename test/{parallel => pseudo-tty}/test-tty-wrap.js (100%) diff --git a/test/parallel/test-tty-stdout-end.js b/test/pseudo-tty/test-tty-stdout-end.js similarity index 100% rename from test/parallel/test-tty-stdout-end.js rename to test/pseudo-tty/test-tty-stdout-end.js diff --git a/test/parallel/test-tty-wrap.js b/test/pseudo-tty/test-tty-wrap.js similarity index 100% rename from test/parallel/test-tty-wrap.js rename to test/pseudo-tty/test-tty-wrap.js