You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-15 01:04:37 +02:00
Allow NULL path in HRN_STORAGE_PATH_REMOVE() macro.
Update command/backup test to pass NULL where appropriate.
This commit is contained in:
committed by
David Steele
parent
a6cdf5b22f
commit
1522cb4ed2
@ -2155,7 +2155,7 @@ testRun(void)
|
||||
"compare file list");
|
||||
|
||||
// Remove test files
|
||||
HRN_STORAGE_PATH_REMOVE(storagePgIdxWrite(1), "", .recurse = true);
|
||||
HRN_STORAGE_PATH_REMOVE(storagePgIdxWrite(1), NULL, .recurse = true);
|
||||
HRN_STORAGE_PATH_REMOVE(storagePgWrite(), "base/1", .recurse = true);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user