Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr committed Dec 7, 2021
1 parent 8091907 commit d3b6ef6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/integration/mount_start_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import (
"os/exec"
"strings"
"testing"
"time"
)

const (
Expand Down Expand Up @@ -124,7 +123,7 @@ func validateMount(ctx context.Context, t *testing.T, profile string) {
// We can't get the mount details with Hyper-V
if HyperVDriver() {
return
}
}

args = sshArgs
args = append(args, "mount", "|", "grep", "9p")
Expand Down

0 comments on commit d3b6ef6

Please sign in to comment.