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