From ca95d51e49fb8108b216492125225568da0144f8 Mon Sep 17 00:00:00 2001 From: Gabor Adam Toth Date: Thu, 28 Apr 2011 15:15:37 +0200 Subject: [PATCH] + --- test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Makefile b/test/Makefile index 9e59256..3574c63 100644 --- a/test/Makefile +++ b/test/Makefile @@ -16,10 +16,10 @@ nettest: for f in packets/full-* packets/error-*; do echo ">> $$f"; cat $$f | nc localhost $(PORT); done nettestp1: - (for f in packets/part-1-p*; do cat $$f; done) | nc nb $(PORT) + (for f in packets/part-1-p*; do cat $$f; done) | nc localhost $(PORT) nettestp2: - (for f in packets/part-1-length-p*; do cat $$f; done) | nc nb $(PORT) + (for f in packets/part-1-length-p*; do cat $$f; done) | nc localhost $(PORT) clean: rm -f $(TARGETS)