Skip to content

Commit

Permalink
fix test message
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Jun 1, 2018
1 parent 55c183b commit 034262d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/driver/exec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func TestExecDriver_Fingerprint_NonLinux(t *testing.T) {
}

if response.Detected {
t.Fatalf("expected response to be applicable")
t.Fatalf("Should not be detected on non-linux platforms")
}
}

Expand Down

0 comments on commit 034262d

Please sign in to comment.