Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
a8487eec
Commit
a8487eec
authored
Jan 15, 2016
by
Juan Benet
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2206 from ipfs/improve-test-str-contains
test-lib: improve on previous fix
parents
ab73ddbf
14462092
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/sharness/lib/test-lib.sh
test/sharness/lib/test-lib.sh
+1
-1
No files found.
test/sharness/lib/test-lib.sh
View file @
a8487eec
...
...
@@ -321,7 +321,7 @@ test_should_contain() {
test_str_contains
()
{
find
=
$1
shift
echo
"
$@
"
|
grep
"
\b
$find
\b
"
>
/dev/null
echo
"
$@
"
|
e
grep
"
\b
$find
\b
"
>
/dev/null
}
disk_usage
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment