Home
last modified time | relevance | path

Searched refs:p2 (Results 1 – 2 of 2) sorted by relevance

/coreutils/tests/cp/
Dspecial-bits.sh37 set _ $(ls -l a2); shift; p2=$1
38 test $p1 = $p2 || fail=1
42 set _ $(ls -l b2); shift; p2=$1
43 test $p1 = $p2 || fail=1
48 set _ $(ls -l c2); shift; p2=$1
49 test $p1 = $p2 && fail=1
/coreutils/
Dbootstrap267 p2=$(echo "$ver2" | cut -d. -f$i)
271 elif [ ! "$p2" ]; then
274 elif [ ! "$p1" = "$p2" ]; then
275 if [ "$p1" -gt "$p2" ] 2>/dev/null; then # numeric comparison
277 elif [ "$p2" -gt "$p1" ] 2>/dev/null; then # numeric comparison
280 lp=$(printf "%s\n%s\n" "$p1" "$p2" | LANG=C sort -n | tail -n1)
281 if [ "$lp" = "$p2" ]; then