more test for url argument - clic - Clic is an command line interactive client for gopher written in Common LISP
(HTM) git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
(DIR) LICENSE
---
(DIR) commit e68ec9c78ce9eebcffa1fd18717c80115abe1f34
(DIR) parent 0fcdde2a1c6940a0017d86ba3ae3c6a935f26dbe
(HTM) Author: Solene Rapenne <solene@perso.pw>
Date: Sun, 5 Nov 2017 17:10:51 +0000
more test for url argument
Diffstat:
M run-test.sh | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/run-test.sh b/run-test.sh
@@ -5,5 +5,8 @@ LISP=$1
${LISP} --load clic.lisp --load test.lisp
./clic gopher://bitreich.org:70/0/ | md5sum -
+./clic bitreich.org:70/0/ | md5sum -
+./clic bitreich.org/0/ | md5sum -
echo "/" | nc bitreich.org 70 | md5sum -
+