]> granicus.if.org Git - psmisc/commitdiff
testsuite: simplify DEJAGNU workaround
authorCraig Small <csmall@dropbear.xyz>
Sun, 17 Jul 2022 10:39:31 +0000 (20:39 +1000)
committerCraig Small <csmall@dropbear.xyz>
Sun, 17 Jul 2022 10:39:31 +0000 (20:39 +1000)
The build system referenced a non-existent file. For some reason,
it was never required except for a Debian mass-rebuild of all packages.

The referenced commit is the same fix done for procps a while ago.

References:
 https://gitlab.com/procps-ng/procps/-/commit/f0b7271810bc7ad7c7cb15cd590d954907c8c4f4
 https://bugs.debian.org/1015098

Signed-off-by: Craig Small <csmall@dropbear.xyz>
configure.ac

index 57c04f41ad491d3d621fc8d79e82b0d62a8d205d..5a913d4959f6425869eb24cc9dc2aaec5038c587 100644 (file)
@@ -204,7 +204,7 @@ AC_SYS_LARGEFILE
 
 if test x"$DEJAGNU" = x
 then
-  DEJAGNU="\$(top_srcdir)/testsuite/global-conf.exp"
+  DEJAGNU="/dev/null"
 fi
 AC_SUBST(DEJAGNU)