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
1884768b
Commit
1884768b
authored
Mar 17, 2015
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #935 from jbenet/fix-webui-test
sharness/t0110-gateway: fix /s fail on osx
parents
2d675312
edbca270
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
test/sharness/t0110-gateway.sh
test/sharness/t0110-gateway.sh
+2
-2
No files found.
test/sharness/t0110-gateway.sh
View file @
1884768b
...
...
@@ -68,11 +68,11 @@ test_expect_success "GET invalid path errors" '
'
test_expect_success
"GET /webui returns code expected"
'
test_curl_resp_http_code "http://127.0.0.1:$apiport/webui" "HTTP/1.1 302 Found
\s
" "HTTP/1.1 301 Moved Permanently
\s
"
test_curl_resp_http_code "http://127.0.0.1:$apiport/webui" "HTTP/1.1 302 Found" "HTTP/1.1 301 Moved Permanently"
'
test_expect_success
"GET /webui/ returns code expected"
'
test_curl_resp_http_code "http://127.0.0.1:$apiport/webui/" "HTTP/1.1 302 Found
\s
" "HTTP/1.1 301 Moved Permanently
\s
"
test_curl_resp_http_code "http://127.0.0.1:$apiport/webui/" "HTTP/1.1 302 Found" "HTTP/1.1 301 Moved Permanently"
'
test_kill_ipfs_daemon
...
...
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