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:
parent
ab7009888e
commit
f0b7271810
@ -242,7 +242,7 @@ fi
|
|||||||
|
|
||||||
if test x"$DEJAGNU" = x
|
if test x"$DEJAGNU" = x
|
||||||
then
|
then
|
||||||
DEJAGNU="\$(top_srcdir)/testsuite/global-conf.exp"
|
DEJAGNU="/dev/null"
|
||||||
fi
|
fi
|
||||||
AC_SUBST(DEJAGNU)
|
AC_SUBST(DEJAGNU)
|
||||||
|
|
||||||
|
@ -35,7 +35,6 @@ endif
|
|||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
config/unix.exp \
|
config/unix.exp \
|
||||||
global-conf.exp \
|
|
||||||
free.test/free.exp \
|
free.test/free.exp \
|
||||||
kill.test/kill.exp \
|
kill.test/kill.exp \
|
||||||
lib.test/fileutils.exp \
|
lib.test/fileutils.exp \
|
||||||
|
Loading…
Reference in New Issue
Block a user