Fixed assertion

This commit is contained in:
Zach Musgrave
2022-11-14 11:50:38 -08:00
parent 730f37cef5
commit 306006c304

View File

@@ -14,8 +14,7 @@ teardown() {
@test "validation: no test symbols in binary" {
run grep_for_testify
[ "$output" -eq "" ]
[ "$output" = "" ]
}
grep_for_testify() {