Skip to content

Commit

Permalink
tests: swap -l and -p (incorrect cli help?)
Browse files Browse the repository at this point in the history
  • Loading branch information
tostercx committed Feb 4, 2015
1 parent 3e6dcb6 commit 5c4885b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ script:
# test r[sc]socks (nc -> rss -> rcs -> curl)
- tstr=$(< /dev/urandom tr -dc a-z | head -c6)
- 'echo -ne "HTTP/1.0 200 OK\r\nContent-Length: 6\r\n\r\n$tstr" | nc -l 8080 &'
- ./rcsocks -l 8083 -p 8084 -b
- ./rcsocks -p 8083 -l 8084 -b
- ./rssocks -s 127.0.0.1:8083 -b
- ret=$(curl -x socks5://127.0.0.1:8084 127.0.0.1:8080)
- if [ "$ret" != "$tstr" ];
Expand Down

0 comments on commit 5c4885b

Please sign in to comment.