Lines Matching refs:testing
520 if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then522 if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then