1 #!/bin/sh
2 # Run this script in the smx test dir you are loading with all
3 # of the executables etc needed to run the full test suite.
4 sunosdir=/users/cosc/staff/paul/minix/1.7/minix1.7/src/test
5
6 for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 \
7 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
8 do
9 sunread $sunosdir/test$i >test$i
10 done
11
12 for i in testload run sh1 sh2 t10a t11a t11b
13 do
14 sunread $sunosdir/$i >$i
15 done
16 chmod 755 *
17 chown root test11 test33
18 chmod 4755 test11 test33
19 # Needed by sh1
20 sunread $sunosdir/test1.c >test1.c
21 exit
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.