qa: revert some change to expected 244 outputs (from pmda-restart)
[pcp.git] / qa / 822
blobaf656b9a56aa38bb126e8cb229e94ba20fc768b9
1 #!/bin/sh
2 # PCP QA Test No. 822
3 # pmlogrewrite culling unused indom
4 # see http://oss.sgi.com/bugzilla/show_bug.cgi?id=978
6 # Copyright (c) 2013 Ken McDonell. All Rights Reserved.
9 # get standard environment, filters and checks
10 . ./common.product
11 . ./common.filter
12 . ./common.check
14 seq=`basename $0`
16 echo "QA output created by $seq"
18 status=1 # failure is the default!
19 $sudo rm -rf $tmp.* $seq.full
20 trap "cd $here; rm -rf $tmp.*; exit \$status" 0 1 2 3 15
22 # real QA test starts here
24 # if error
25 exit
27 # optional stuff if your test has verbose output to help resolve problems
28 #echo
29 #echo "If failure, check $seq.full"
31 # success, all done
32 status=0
34 exit