add test of binary and url as argument - clic - Clic is an command line interac… | |
git clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 40000481a5f9335fcf3ad3009a5c145b249e0a3f | |
parent 4c947fdfb4a057cb6e99ac41d836369a415c6138 | |
Author: Solene Rapenne <[email protected]> | |
Date: Sun, 5 Nov 2017 17:06:06 +0000 | |
add test of binary and url as argument | |
Diffstat: | |
A run-test.sh | 9 +++++++++ | |
1 file changed, 9 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/run-test.sh b/run-test.sh | |
@@ -0,0 +1,9 @@ | |
+#!/bin/sh | |
+ | |
+LISP=$1 | |
+ | |
+${LISP} --load clic.lisp --load test.lisp | |
+ | |
+./clic gopher://bitreich.org:70/0/ | md5sum - | |
+echo "/" | nc bitreich.org 70 | md5sum - | |
+ |