provisioner/shell: fix tests
This commit is contained in:
parent
2a912f7013
commit
7830d78d06
|
@ -45,7 +45,7 @@ func TestProvisionerPrepare_InlineShebang(t *testing.T) {
|
|||
t.Fatalf("should not have error: %s", err)
|
||||
}
|
||||
|
||||
if p.config.InlineShebang != "/bin/sh" {
|
||||
if p.config.InlineShebang != "/bin/sh -e" {
|
||||
t.Fatalf("bad value: %s", p.config.InlineShebang)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue