source: src/router/busybox/testsuite/wget/wget--O-overrides--P

Last change on this file was 17628, checked in by BrainSlayer, 21 months ago

new version

File size: 134 bytes
Line 
1test x"$SKIP_INTERNET_TESTS" != x"" && exit
2
3mkdir foo
4busybox wget -q -O index.html -P foo http://www.google.com/
5test -s index.html
Note: See TracBrowser for help on using the repository browser.