Skip to content

Commit c45f4e0

Browse files
Update PackChkIntegTests.cpp
fixed test
1 parent ce51175 commit c45f4e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/packchk/test/integtests/src/PackChkIntegTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ TEST_F(PackChkIntegTests, CheckConfigFileInIncludePath) {
807807
argv[2] = (char *)"--disable-validation";
808808

809809
PackChk packChk;
810-
EXPECT_EQ(0, packChk.Check(3, argv, nullptr));
810+
EXPECT_EQ(1, packChk.Check(3, argv, nullptr));
811811

812812
auto errMsgs = ErrLog::Get()->GetLogMessages();
813813
int M357_foundCnt = 0;

0 commit comments

Comments
 (0)