From bc5147dfe5a671df15a5eff97c501c988c68b66b Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 13 Aug 2013 17:55:50 +0200 Subject: [PATCH] pick a better place to not run the errant test --- debian/patches/dont-run-check_ttyname.diff | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/debian/patches/dont-run-check_ttyname.diff b/debian/patches/dont-run-check_ttyname.diff index b809ff4..083b2ad 100644 --- a/debian/patches/dont-run-check_ttyname.diff +++ b/debian/patches/dont-run-check_ttyname.diff @@ -1,13 +1,13 @@ diff --git a/src/Makefile.in b/src/Makefile.in -index 04476fa..c8acd43 100644 +index 04476fa..e7ec9a0 100644 --- a/src/Makefile.in +++ b/src/Makefile.in -@@ -75,7 +75,7 @@ install_gid = 0 - # File mode to use for shared libraries/objects - shlib_mode = @SHLIB_MODE@ +@@ -156,7 +156,7 @@ uninstall: + $(DESTDIR)$(noexecdir)/$(noexecfile) --TEST_PROGS = check_ttyname -+TEST_PROGS = - TEST_LIBS = @LIBS@ @LIBINTL@ $(LT_LIBS) - TEST_LDFLAGS = @LDFLAGS@ + check: $(TEST_PROGS) +- ./check_ttyname ++ echo "not running check_ttyname since it fails in pbuilder, et al" + clean: + -$(LIBTOOL) --mode=clean rm -f $(PROGS) $(TEST_PROGS) *.lo *.o *.la *.a stamp-* core *.core core.* -- 2.47.2