tests: fix salvage suite path preparation
All checks were successful
Source release / source-package (push) Successful in 51s

This commit is contained in:
OpenAI
2026-05-31 14:28:29 +00:00
committed by Mario Fetka
parent 3f7632b762
commit f2609c3946

View File

@@ -137,7 +137,11 @@ relative_from_netware_path() {
}
resolve_case_path() {
local root=$1 rel=$2 current=$root old_ifs=$IFS part entry found
local root rel current old_ifs part entry found
root=$1
rel=$2
current=$root
old_ifs=$IFS
rel=${rel#/}
IFS=/
for part in $rel; do
@@ -266,6 +270,8 @@ if prepare_paths; then
clean_stale_artifacts
else
fail_check "could not prepare expected salvage paths"
finish_report
exit 1
fi
run_ncp_create_delete "NCP create/delete #1"