mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-07 00:39:44 -06:00
Fixed assertion
This commit is contained in:
@@ -14,8 +14,7 @@ teardown() {
|
||||
|
||||
@test "validation: no test symbols in binary" {
|
||||
run grep_for_testify
|
||||
|
||||
[ "$output" -eq "" ]
|
||||
[ "$output" = "" ]
|
||||
}
|
||||
|
||||
grep_for_testify() {
|
||||
|
||||
Reference in New Issue
Block a user