Don't run 'test' in the terminal integration test

This commit is contained in:
Daniel Imms
2017-03-24 14:59:48 -07:00
parent 1fa2d91f8c
commit dad0c821d4

View File

@@ -367,6 +367,6 @@ suite('window namespace tests', () => {
done();
}
});
terminal.sendText('test');
terminal.sendText('test', false);
});
});