File: test075.param

package info (click to toggle)
gpscorrelate 2.3-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,996 kB
  • sloc: ansic: 3,074; cpp: 499; makefile: 481; sh: 129
file content (8 lines) | stat: -rw-r--r-- 420 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
TITLE='Test -V option'
COMMAND='$PROGRAM -V > "$OUTFILE" 2>&1'
RESULTCODE=0
# Strip path and copyright lines, but do so in a way that checks the basic
# format of the line. All other tests that could see this line strip it
# completely, so this one also acts as a basic check that the line is being
# output at all.
SEDCOMMAND='s@^([a-zA-Z]:)?(.*[/\\])?(gpscorrelate)(\.exe)?.*( Copyright.*200.-).*( Daniel).*$@\3\5\6@'