Home | History | Annotate | Download | only in realpath

Lines Matching refs:realpath

32 # Note that the empty line calls realpath with no file arg
222 GOT=$(realpath $opt -- ${FILE:+"${FILE}"})
302 GOT=$(realpath $opt -- "${FILE}" 2>StdErr)
354 atf_set descr "Test realpath (with -e) cases which should work"
374 atf_set descr "Test realpath (with -E) cases which should work"
395 atf_set descr "Test realpath (without -e or -E) cases which should work"
399 # Our default for realpath is -E, so the -E tests should work
417 atf_set descr "Test realpath -e cases which should not work"
436 atf_set descr "Test realpath -e cases which should not work"
457 atf_set descr "Test realpath cases which should not work (w/o -[eE])"
476 atf_set descr "Test realpath's -q option; also test usage message"
503 GOT=$(realpath $opt -- "${FILE}" 2>StdErr)
556 GOT=$(realpath $opt "${FILE}" ${XTRA+"${XTRA}"} 2>StdErr)
613 atf_set descr "Test realpath with multiple file args"
632 GOT=$(realpath -e -- "$@" 2>StdErr)