This file is indexed.

/usr/share/axiom-20120501/input/bug101.input is in axiom-test 20120501-8.

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
20
21
22
23
24
)set break resume
)spool bug101.output
)set message test on
)set message auto off
)clear all
 
--S 1 of 2
laplace(log(z),z,w)
--R
--R   (1)  laplace(log(z),z,w)
--R                                                    Type: Expression(Integer)
--E 1

--S 2 of 2
laplace(log(z),w,z)
--R
--R        log(z)
--R   (2)  ------
--R           z
--R                                                    Type: Expression(Integer)
--E 2
)spool 
)lisp (bye)