From: Gilles Espinasse Date: Thu, 23 May 2013 21:35:09 +0000 (+0200) Subject: procps-ng testsuite : simplify DEJAGNU workaround X-Git-Tag: v3.3.8~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0b7271810bc7ad7c7cb15cd590d954907c8c4f4;p=procps-ng procps-ng testsuite : simplify DEJAGNU workaround No need to distribute an empty file /dev/null is enought to silent global config file warning Signed-off-by: Gilles Espinasse --- diff --git a/configure.ac b/configure.ac index e0dc1afb..06daec2f 100644 --- a/configure.ac +++ b/configure.ac @@ -242,7 +242,7 @@ fi if test x"$DEJAGNU" = x then - DEJAGNU="\$(top_srcdir)/testsuite/global-conf.exp" + DEJAGNU="/dev/null" fi AC_SUBST(DEJAGNU) diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 84e7fbac..6acfa48a 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -35,7 +35,6 @@ endif EXTRA_DIST = \ config/unix.exp \ - global-conf.exp \ free.test/free.exp \ kill.test/kill.exp \ lib.test/fileutils.exp \ diff --git a/testsuite/global-conf.exp b/testsuite/global-conf.exp deleted file mode 100644 index e69de29b..00000000