]> granicus.if.org Git - procps-ng/commitdiff
procps-ng testsuite : simplify DEJAGNU workaround
authorGilles Espinasse <g.esp@free.fr>
Thu, 23 May 2013 21:35:09 +0000 (23:35 +0200)
committerCraig Small <csmall@enc.com.au>
Sat, 25 May 2013 21:32:02 +0000 (07:32 +1000)
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>
configure.ac
testsuite/Makefile.am
testsuite/global-conf.exp [deleted file]

index e0dc1afb0cbbd01010d0738c11216e34bc7a730c..06daec2f34c317cb69ad26ceac246596e2fe96b9 100644 (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)
 
index 84e7fbac6195c8c961a285d1c59082a02adff05a..6acfa48a7da328f58a22e0893cd7733681aaee8c 100644 (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 \
diff --git a/testsuite/global-conf.exp b/testsuite/global-conf.exp
deleted file mode 100644 (file)
index e69de29..0000000