qa: revert some change to expected 244 outputs (from pmda-restart)
[pcp.git] / qa / 762
blob14838426708ed63f62929c44ffe93b009a4f21a6
1 #!/bin/sh
2 # PCP QA Test No. 762
3 # chkhelp with duplicate names in the PMNS
5 # Copyright (c) 2015 Ken McDonell. All Rights Reserved.
8 seq=`basename $0`
9 echo "QA output created by $seq"
11 # get standard environment, filters and checks
12 . ./common.product
13 . ./common.filter
14 . ./common.check
16 status=1 # failure is the default!
17 $sudo rm -rf $tmp.* $seq.full
18 trap "cd $here; rm -rf $tmp.*; exit \$status" 0 1 2 3 15
20 # real QA test starts here
21 chkhelp -p $PCP_VAR_DIR/pmdas/sample/help
23 # success, all done
24 status=0
26 exit