mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-27 13:27:50 +08:00
Merge pull request #2206 from ipfs/improve-test-str-contains
test-lib: improve on previous fix
This commit is contained in:
commit
a8487eecf4
@ -321,7 +321,7 @@ test_should_contain() {
|
||||
test_str_contains() {
|
||||
find=$1
|
||||
shift
|
||||
echo "$@" | grep "\b$find\b" >/dev/null
|
||||
echo "$@" | egrep "\b$find\b" >/dev/null
|
||||
}
|
||||
|
||||
disk_usage() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user