From 924dd34451d95be600cbc215db4b8b3cdd42eef9 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 21 Jul 2009 10:56:31 -0400 Subject: [PATCH] BUG: Fix SystemInformation dump output When this test was renamed from DumpInformation to SystemInformation the configured header that points the dump executable to the directory containing information files was broken. No information has been dumped by this test for 2 years! This fixes it. --- Tests/SystemInformation/DumpInformation.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/SystemInformation/DumpInformation.h.in b/Tests/SystemInformation/DumpInformation.h.in index afbd2e121..72d5cd179 100644 --- a/Tests/SystemInformation/DumpInformation.h.in +++ b/Tests/SystemInformation/DumpInformation.h.in @@ -1,6 +1,6 @@ #ifndef _DumpInformation_h #define _DumpInformation_h -#define DumpInformation_BINARY_DIR "@DumpInformation_BINARY_DIR@" +#define DumpInformation_BINARY_DIR "@SystemInformation_BINARY_DIR@" #endif