tests: fix salvage suite path preparation
All checks were successful
Source release / source-package (push) Successful in 51s
All checks were successful
Source release / source-package (push) Successful in 51s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user