File: help.test

package info (click to toggle)
tnef 1.4.18-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,616 kB
  • sloc: ansic: 3,223; sh: 1,702; makefile: 197; perl: 60; awk: 58
file content (12 lines) | stat: -rwxr-xr-x 259 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh 

. $srcdir/../util.sh

bin=${srcdir}/../../src/tnef

echo $bin --help > $srcdir/help.output
$bin --help >> $srcdir/help.output 2>&1
echo >> $srcdir/help.output
echo $bin -h >> $srcdir/help.output
$bin -h >> $srcdir/help.output 2>&1
check_test help