1 #!/bin/sh 2 3 if [ ! -f /proc/net/connector ];then 4 echo "Connectors 0 CONF : system doesn't support execution of the test" 5 exit 0 6 fi 7 8 $LTPROOT/testcases/bin/run_pec_test 9 10