fix test message

This commit is contained in:
Alex Dadgar
2018-06-01 15:51:54 -07:00
parent 55c183beb9
commit 034262d889

View File

@@ -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")
}
}