/usr/share/paw-demos/pawtest6.kumac is in paw-demos 1:2.14.04.dfsg.2-9.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | MACRO PAWTEST6
Exec ALLDEF
Mess '**********************************************'
Mess '* CHAIN test *'
Mess '**********************************************'
Mess
Mess 'The test chain is: '
Chain test pawdemo.hbook pawdemo.hbook pawdemo.hbook
cd //test
Chain test>
1d 12345 ' ' 100 -5 5
nt/proj 12345 //test/30.x
Mess
Mess 'The number of events in the chain should be : 30000'
mess 'The number of events in the chain is : '//$HINFO(12345,'ENTRIES')
Mess
Chain -test
*
RETURN
|