introduce better shell interaction for testing

This commit is contained in:
Philipp Kunz 2016-06-05 14:33:59 +02:00
parent b2d56e59bb
commit 3300f177ca

View File

@ -10,3 +10,7 @@ export let bash = (commandArg) => {
process.exit(1);
}
}
export let bashBare = () => {
}