Merge test suite.
This commit is contained in:
3
testsuite/wget/wget--O-overrides--P
Normal file
3
testsuite/wget/wget--O-overrides--P
Normal file
@@ -0,0 +1,3 @@
|
||||
mkdir foo
|
||||
busybox wget -q -O index.html -P foo http://www.google.com/
|
||||
test -s index.html
|
||||
2
testsuite/wget/wget-retrieves-google-index
Normal file
2
testsuite/wget/wget-retrieves-google-index
Normal file
@@ -0,0 +1,2 @@
|
||||
busybox wget -q -O foo http://www.google.com/
|
||||
test -s foo
|
||||
3
testsuite/wget/wget-supports--P
Normal file
3
testsuite/wget/wget-supports--P
Normal file
@@ -0,0 +1,3 @@
|
||||
mkdir foo
|
||||
busybox wget -q -P foo http://www.google.com/
|
||||
test -s foo/index.html
|
||||
Reference in New Issue
Block a user