new version of mysql prints error with -p

This commit is contained in:
Girish Ramakrishnan
2015-09-29 14:13:58 -07:00
parent b6a9fd81da
commit 9b484f5ac9

View File

@@ -740,7 +740,7 @@ describe('App installation', function () {
child_process.exec('docker exec ' + appContainer.id + ' ' + cmd, { timeout: 5000 }, function (error, stdout, stderr) {
expect(!error).to.be.ok();
expect(stdout.length).to.be(0);
expect(stderr.length).to.be(0);
// expect(stderr.length).to.be(0); // "Warning: Using a password on the command line interface can be insecure."
done();
});
});