Lines Matching refs:src_path_relative
331 src_path_relative="$src_path"
332 if [ "$src_path_relative" != "$dest_path_relative" ]; then
333 atf_fail "unexpected symlink contents ('$src_path_relative' != '$dest_path_relative')"
352 src_path_relative="$(echo $src_path | sed -e 's,//,/,g')"
353 if [ "$src_path_relative" != "$dest_path_relative" ]; then
354 atf_fail "unexpected symlink contents ('$src_path_relative' != '$dest_path_relative')"
373 src_path_relative="../../../$src_path"
374 if [ "$src_path_relative" != "$dest_path_relative" ]; then
375 atf_fail "unexpected symlink contents ('$src_path_relative' != '$dest_path_relative')"
407 src_path_relative="../lib/$filename"
408 if [ "$src_path_relative" != "$dest_path_relative" ]; then
409 atf_fail "unexpected symlink contents ('$src_path_relative' != '$dest_path_relative')"