1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00

Merge branch 'master' of https://github.com/SAP/jenkins-library into goGithub

This commit is contained in:
OliverNocon 2019-10-31 11:18:31 +01:00
commit d24644c0c2

View File

@ -114,7 +114,6 @@ func TestPrepareOut(t *testing.T) {
}
func TestCmdPipes(t *testing.T) {
//cmd := helperCommand(t, "echo", "foo bar", "baz")
cmd := helperCommand("echo", "foo bar", "baz")
defer func() { ExecCommand = exec.Command }()