mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
Simplify grep in test to pass on MacOS
This commit is contained in:
parent
81cb535c52
commit
7b65c0703f
@ -10,7 +10,7 @@ for file in $(find .. -maxdepth 1 -name 't*.sh' -type f); do
|
||||
'
|
||||
|
||||
test_expect_success "test in $file has a description" '
|
||||
test_must_fail grep -L "^test_description=" "$file"
|
||||
grep -q "^test_description=" "$file"
|
||||
'
|
||||
|
||||
# We have some tests that manually kill.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user