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
498474f3
Commit
498474f3
authored
Jan 11, 2019
by
Max Chechel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed TestIpfsStressRead on Windows
License: MIT Signed-off-by:
Max Chechel
<
mc@gojuno.com
>
parent
c0ab4331
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
fuse/readonly/ipfs_test.go
fuse/readonly/ipfs_test.go
+1
-1
No files found.
fuse/readonly/ipfs_test.go
View file @
498474f3
...
...
@@ -173,7 +173,7 @@ func TestIpfsStressRead(t *testing.T) {
t
.
Fatal
(
err
)
}
relpath
:=
strings
.
Replace
(
item
.
String
(),
"/ipfs/"
,
"
/
"
,
1
)
relpath
:=
strings
.
Replace
(
item
.
String
(),
item
.
Namespace
()
,
""
,
1
)
fname
:=
path
.
Join
(
mnt
.
Dir
,
relpath
)
rbuf
,
err
:=
ioutil
.
ReadFile
(
fname
)
...
...
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