From e43693e1f4387e1ad3204e1755b1a18a078c7107 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Wed, 18 Apr 2007 17:59:18 -0700
Subject: [PATCH] GNUmakefile: 'test' should use zfec, not fec

---
 GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile
index fb4bfa53..f08d46d1 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -75,7 +75,7 @@ run-client3:
 	cd client-basedir3 && PYTHONPATH=.. twistd -noy ../client.tac
 
 ifeq ($(TEST),)
-TEST=allmydata fec
+TEST=allmydata zfec
 endif
 REPORTER=
 
-- 
2.45.2