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/ > }