Merge branch 'master' of git://git.pcp.io/pcp into qt
[pcp.git] / qa / 289
blob73c8d723fb53a7307312b9b2e62e588ae9cef193
1 #!/bin/sh
2 # PCP QA Test No. 289
3 # exposes a bug in interp when rewind across mark record
4 # pv #505498
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
15 . ./common.check
17 status=1 # failure is the default!
18 trap "rm -f $tmp.*; exit \$status" 0 1 2 3 15
20 # deal with an annoying libc error ... using TZ=:Australia/Melbourne
21 # causes the -z option to report the wrong time, at least for some
22 # times of the year
24 TZ=EST-10
25 export TZ
27 # real QA test starts here
29 src/mark-bug -z -a archives/mark-bug -s 60 -t 2
31 # success, all done
32 status=0
33 exit