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

/freebsd-current/usr.bin/xinstall/tests/
H A Dinstall_test.sh296 copyf_path=$(readlink copyf)
298 if [ "$copyf_path" != "$testf_path" ]; then
299 atf_fail "unexpected symlink contents ('$copyf_path' != '$testf_path')"
309 copyf_path=$(readlink copyf)
311 if [ "$copyf_path" != "$testf_path" ]; then
312 atf_fail "unexpected symlink contents ('$copyf_path' != '$testf_path')"

Completed in 53 milliseconds