From eb625982d76390fd4de6f624dac1c9040b8472ee Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Fri, 8 Nov 2013 22:23:09 +0100 Subject: fix make check --- tests/wixl.at | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/wixl.at b/tests/wixl.at index 7f0e4de..b6b1e82 100644 --- a/tests/wixl.at +++ b/tests/wixl.at @@ -45,7 +45,7 @@ AT_CHECK_WIXL([-o out.msi ComponentGUID.wxs], [0], [ignore], [ignore]) AT_CHECK([msiinfo export -s out.msi Component | sort | grep INSERT], [0], [INSERT INTO `Component` (`Component`, `ComponentId`, `Directory_`, `Attributes`, `KeyPath`) VALUES ('MainExecutable', '{824FE83A-F576-5626-8DB5-B460C2654825}', 'INSTALLDIR', 0, 'FoobarEXE') INSERT INTO `Component` (`Component`, `ComponentId`, `Directory_`, `Attributes`, `KeyPath`) VALUES ('Manual', '{8CC39238-0EA7-5D8F-8E38-6E97FC9E2B09}', 'INSTALLDIR', 0, 'Manual') -INSERT INTO `Component` (`Component`, `ComponentId`, `Directory_`, `Attributes`, `KeyPath`) VALUES ('ProgramMenuDir', '{E3D82183-B8C9-5C35-A5F3-083D713C8CC2}', 'ProgramMenuDir', 4, 'reg5453B5C95074EA6F633E6D36318AFBF7') +INSERT INTO `Component` (`Component`, `ComponentId`, `Directory_`, `Attributes`, `KeyPath`) VALUES ('ProgramMenuDir', '{E3D82183-B8C9-5C35-A5F3-083D713C8CC2}', 'ProgramMenuDir', 4, 'reg87D9EA4ADD3AB0EF9CE081917EDEAAF5') ]) AT_CLEANUP @@ -158,10 +158,10 @@ mkdir -p test/a/b test/c touch test/a/file test/c/file find test > list AT_CHECK([cat list | _wixl_heat -p test/ | grep File | sort], [0], -[ - +[ + ], [ignore]) AT_CHECK([cat list | _wixl_heat -p test/ -x c | grep File | sort], [0], -[ +[ ], [ignore]) AT_CLEANUP -- cgit