pmrep: fix archive end time reporting
[pcp.git] / qa / 268
blobb7bd59492c4827c486f52f04a12cce37bc35ff0e
1 #! /bin/sh
2 # PCP QA Test No. 268
3 # simple endian test for bit fields in exposed PCP structs
5 # Copyright (c) 1995-2002 Silicon Graphics, Inc. All Rights Reserved.
8 seq=`basename $0`
9 echo "QA output created by $seq"
11 # get standard filters
12 . ./common.product
13 . ./common.filter
15 status=1 # failure is the default!
16 trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
18 # real QA test starts here
19 if src/endian
20 then
21 # success
22 status=0
25 exit