Home
last modified time | relevance | path

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

/third_party/ltp/testcases/commands/which/
H A Dwhich01.sh49 which_test() function
91 1) which_test "" "pname" "$PWD/pname|./pname";;
92 2) which_test "-all" "pname" "$PWD/bin/pname|./bin/pname^$PWD/pname|./pname";;
93 3) which_test "-a" "pname" "$PWD/bin/pname|./bin/pname^$PWD/pname|./pname";;
94 4) which_test "--read-alias" "pname" "pname='pname -i'^$PWD/pname";;
95 5) which_test "-i" "pname" "pname='pname -i'^$PWD/pname";;
97 which_test "--skip-alias" "pname" "$PWD/pname";
99 7) which_test "--version";;
100 8) which_test "-v";;
101 9) which_test "
[all...]

Completed in 1 milliseconds