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
48dcd67d
Commit
48dcd67d
authored
Jul 17, 2017
by
Quantomic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add sharness test
License: MIT Signed-off-by:
Mateja Milosevic
<
minima38123@gmail.com
>
parent
049bca6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
test/sharness/t0600-issues-and-regressions-online.sh
test/sharness/t0600-issues-and-regressions-online.sh
+5
-0
No files found.
test/sharness/t0600-issues-and-regressions-online.sh
View file @
48dcd67d
...
...
@@ -46,6 +46,11 @@ test_expect_success "pin add api looks right - #3753" '
test_cmp pinrm_out pinrm_exp
'
test_expect_success
"no daemon crash on improper file argument - #4003"
'
FNC=$(echo $API_ADDR | awk -F: '
\'
'{ printf "%s %s", $1, $2 }'
\'
') &&
echo -n "POST /api/v0/add?pin=true HTTP/1.1\r\nHost: $API_ADDR\r\nContent-Type: multipart/form-data; boundary=Pyw9xQLtiLPE6XcI\r\nContent-Length: 22\r\n\r\n\r\n--Pyw9xQLtiLPE6XcI\r\n" | nc -v $FNC | grep "200 OK"
'
test_kill_ipfs_daemon
test_expect_success
"ipfs daemon --offline --mount fails - #2995"
'
...
...
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