Searched refs:testf_path (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.bin/xinstall/tests/
H A Dinstall_test.sh291 testf_path="$(pwd -P)/testf"
292 if [ "$copyf_path" != "$testf_path" ]; then
293 atf_fail "unexpected symlink contents ('$copyf_path' != '$testf_path')"
304 testf_path="testf"
305 if [ "$copyf_path" != "$testf_path" ]; then
306 atf_fail "unexpected symlink contents ('$copyf_path' != '$testf_path')"

Completed in 52 milliseconds