#! /bin/sh # PCP QA Test No. 466 # pmlogger -r # # Copyright (c) 1995-2002 Silicon Graphics, Inc. All Rights Reserved. # Copyright 2014 Red Hat # seq=`basename $0` echo "QA output created by $seq" # get standard environment, filters and checks . ./common.product . ./common.filter . ./common.check . ./localconfig rm -f $seq.out if [ $PCP_VER -ge 3811 ] then ln $seq.out.3 $seq.out || exit 1 elif [ $PCP_VER -ge 3810 ] then ln $seq.out.1 $seq.out || exit 1 else ln $seq.out.2 $seq.out || exit 1 fi status=1 # failure is the default! trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15 # real QA test starts here cat <