From cf4f5e9d4b38d7f2c29956018d5190924407ee0f Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Tue, 10 Mar 2015 02:42:28 +0100 Subject: Fix make check --- tests/wixl.at | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/wixl.at b/tests/wixl.at index f3c160d..ecf8edf 100644 --- a/tests/wixl.at +++ b/tests/wixl.at @@ -52,10 +52,10 @@ AT_WIXLDATA([FoobarAppl10.exe]) AT_WIXLDATA([Manual.pdf]) AT_CHECK_WIXL([-o out.msi ComponentGUID.wxs], [0], [ignore], [ignore]) # FIXME: add tons of tests on out.msi -AT_CHECK([msiinfo export -s out.msi Component | sort | grep INSERT], [0], +AT_CHECK([msiinfo export -s out.msi Component | sed 's/reg\w*'// | sort | grep INSERT], [0], [INSERT INTO `Component` (`Component`, `ComponentId`, `Directory_`, `Attributes`, `KeyPath`) VALUES ('MainExecutable', '{0E066A5A-AE0E-5F43-B984-F6C685AF13F0}', 'INSTALLDIR', 0, 'FoobarEXE') INSERT INTO `Component` (`Component`, `ComponentId`, `Directory_`, `Attributes`, `KeyPath`) VALUES ('Manual', '{BE256176-257D-5ACD-902D-801F8E305172}', 'INSTALLDIR', 0, 'Manual') -INSERT INTO `Component` (`Component`, `ComponentId`, `Directory_`, `Attributes`, `KeyPath`) VALUES ('ProgramMenuDir', '{F47E26A5-C6A8-57BA-B6B5-CB2AE74E5256}', 'ProgramMenuDir', 4, 'reg87D9EA4ADD3AB0EF9CE081917EDEAAF5') +INSERT INTO `Component` (`Component`, `ComponentId`, `Directory_`, `Attributes`, `KeyPath`) VALUES ('ProgramMenuDir', '{F47E26A5-C6A8-57BA-B6B5-CB2AE74E5256}', 'ProgramMenuDir', 4, '') ]) AT_CLEANUP -- cgit