Home | History | Annotate | Download | only in jpeg-6b

Lines Matching refs:testing

230 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
232 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then