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