File: nodel.sh

package info (click to toggle)
cssc 0.14alpha.pl0-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,796 kB
  • ctags: 1,404
  • sloc: cpp: 12,927; sh: 3,617; ansic: 3,000; perl: 342; makefile: 334; awk: 11
file content (26 lines) | stat: -rwxr-xr-x 834 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#! /bin/sh

# default.sh:  Tests for prt no involving several deltas.

# Import common functions & definitions.
. ../common/test-common

s=s.testfile

remove $s
../../testutils/uu_decode --decode < testfile.uue || miscarry could not uudecode testfile.uue.

# XXX: the IGNORE in the followig lines is because of the warning message we
#      get about the excluded deltas feature not being fully tested.

do_output d1 "${prt} -u $s" 0 expected/nodel.-u IGNORE
do_output d2 "${prt} -f $s" 0 expected/nodel.-f IGNORE
do_output d3 "${prt} -t $s" 0 expected/nodel.-t IGNORE
do_output d4 "${prt} -b $s" 0 expected/nodel.-b IGNORE

do_output d5 "${prt} -u -f $s" 0 expected/nodel.-u-f IGNORE
do_output d6 "${prt} -t -b $s" 0 expected/nodel.-t-b IGNORE
do_output d7 "${prt} -u -f -t -b $s" 0 expected/nodel.-u-f-t-b IGNORE

remove $s
success