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
91a9b864
Commit
91a9b864
authored
Feb 05, 2018
by
Łukasz Magiera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix t0086-repo-verify.sh on FreeBSD
License: MIT Signed-off-by:
Łukasz Magiera
<
magik6k@gmail.com
>
parent
ffcdb4ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
test/sharness/t0086-repo-verify.sh
test/sharness/t0086-repo-verify.sh
+2
-2
No files found.
test/sharness/t0086-repo-verify.sh
View file @
91a9b864
...
...
@@ -12,7 +12,7 @@ test_init_ipfs
sort_rand
()
{
case
`
uname
`
in
Linux
)
Linux
|FreeBSD
)
sort
-R
;;
Darwin
)
...
...
@@ -32,7 +32,7 @@ check_random_corruption() {
'
test_expect_success
"repo verify detects failure"
'
test_expect_code 1 ipfs repo verify
test_expect_code 1 ipfs repo verify
'
test_expect_success
"replace the object"
'
...
...
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