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 <g.esp@free.fr>
This commit is contained in:
Gilles Espinasse 2013-05-23 23:35:09 +02:00 committed by Craig Small
parent ab7009888e
commit f0b7271810
3 changed files with 1 additions and 2 deletions

View File

@ -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)

View File

@ -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 \