From f0b7271810bc7ad7c7cb15cd590d954907c8c4f4 Mon Sep 17 00:00:00 2001 From: Gilles Espinasse Date: Thu, 23 May 2013 23:35:09 +0200 Subject: [PATCH] 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 --- configure.ac | 2 +- testsuite/Makefile.am | 1 - testsuite/global-conf.exp | 0 3 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 testsuite/global-conf.exp 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