Description: fix a FTBFS in Hurd, when trying to connect a local TCP port of
             the build jail. So, the ttcpwriter test must be disabled for Hurd.
Author: Joao Eriberto Mota Filho <eriberto@debian.org>

Index: rdd-2.0.7/test/ttcpwriter.sh.in
===================================================================
--- rdd-2.0.7.orig/test/ttcpwriter.sh.in
+++ rdd-2.0.7/test/ttcpwriter.sh.in
@@ -1,3 +1,5 @@
 #!/bin/sh
 
+[ "$(uname -s)" = "GNU" ] && exit 0
+
 @PYTHON@ ttcpwriter.py
