TestBuildSquashParent: fix non-standard comparisson
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
dbde4786e4
commit
32f1c65162
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ func TestBuildSquashParent(t *testing.T) {
|
|||
)
|
||||
container.Run(ctx, t, client,
|
||||
container.WithImage(name),
|
||||
container.WithCmd("/bin/sh", "-c", `[ "$(echo $HELLO)" == "world" ]`),
|
||||
container.WithCmd("/bin/sh", "-c", `[ "$(echo $HELLO)" = "world" ]`),
|
||||
)
|
||||
|
||||
origHistory, err := client.ImageHistory(ctx, origID)
|
||||
|
|
Loading…
Reference in a new issue