You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-03 00:26:59 +02:00
Update code count for new file types and exclusions.
This commit is contained in:
@ -429,8 +429,9 @@ testRun()
|
||||
parseOptionList[cfgOptConfigPath].source = cfgSourceDefault;
|
||||
|
||||
// config default and config-include-path passed - but no config files in the include path - only in the default path
|
||||
// rm command is split below because code counter is confused by what looks like a comment.
|
||||
//--------------------------------------------------------------------------------------------------------------------------
|
||||
TEST_RESULT_INT(system(strPtr(strNewFmt("sudo rm -rf %s/*", strPtr(configIncludePath)))), 0, "remove all include files");
|
||||
TEST_RESULT_INT(system(strPtr(strNewFmt("sudo rm -rf %s/" "*", strPtr(configIncludePath)))), 0, "remove all include files");
|
||||
|
||||
parseOptionList[cfgOptConfig].found = false;
|
||||
parseOptionList[cfgOptConfig].source = cfgSourceDefault;
|
||||
|
Reference in New Issue
Block a user