1#! /bin/sh
2
3# default.sh:  Test the default behaviour of prt.
4
5# Import common functions & definitions.
6. ../../common/test-common
7. ../../common/need-prt
8
9s=s.testfile
10
11remove $s
12${SRCROOT}/tests/testutils/uu_decode --decode < testfile.uue || miscarry could not uudecode testfile.uue.
13
14
15do_output d1 "${vg_prt} $s" 0 expected/default.1 IGNORE
16
17remove $s
18success
19