Skip to content

Commit 57085d8

Browse files
committed
Fix test
Signed-off-by: David Gageot <david@gageot.net>
1 parent a708bf7 commit 57085d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/core/inspect_format.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fi
2323

2424
@test "$DRIVER: check .Driver output is not flawed" {
2525
only_if_env DRIVER virtualbox
26-
run docker-machine inspect -f '{{.Driver.SSHUser}}' $NAME
26+
run machine inspect -f '{{.Driver.SSHUser}}' $NAME
2727
[ "$status" -eq 0 ]
2828
[[ ${output} == "docker" ]]
2929
}

0 commit comments

Comments
 (0)