qa: revert some change to expected 244 outputs (from pmda-restart)
[pcp.git] / qa / 264
blob15f257e50c2032468dffee4989278ce85e9e4736
1 #! /bin/sh
2 # PCP QA Test No. 264
3 # Tests out the PMNS support routines
4 # for building the PMNS in the archives.
6 # Copyright (c) 1995-2002 Silicon Graphics, Inc. All Rights Reserved.
9 seq=`basename $0`
10 echo "QA output created by $seq"
12 # get standard filters
13 . ./common.product
14 . ./common.filter
16 status=1 # failure is the default!
17 trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
19 # real QA test starts here
21 src/pmnsinarchives >$tmp.out 2>$tmp.err
22 cat $tmp.err
23 cat $tmp.out
25 # optional stuff if your test has verbose output to help resolve problems
26 #echo
27 #echo "If failure, check $seq.full (this) and $seq.full.ok (reference)"
29 # success, all done
30 status=0
31 exit