From fe01daff521256548e5a1a12a2bf074dd115cc2c Mon Sep 17 00:00:00 2001 From: Alexander Solovyov Date: Tue, 6 Aug 2013 21:47:23 +0300 Subject: [PATCH] i have to learn a better way for getting exe inside of cram, but this will do for now --- tests/cram.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cram.t b/tests/cram.t index 56149c8..93d2b46 100755 --- a/tests/cram.t +++ b/tests/cram.t @@ -2,7 +2,7 @@ webhooker tests init: - $ go build webhooker || go build github.com/piranha/webhooker + $ go build github.com/piranha/webhooker $ post() { > curl -s --data-urlencode payload@$1 http://localhost:1234/ > }