~ubuntu-branches/ubuntu/trusty/gsmlib/trusty

« back to all changes in this revision

Viewing changes to tests/runparser.sh

  • Committer: Bazaar Package Importer
  • Author(s): Mikael Hedin
  • Date: 2002-01-24 12:59:07 UTC
  • Revision ID: james.westby@ubuntu.com-20020124125907-b7qkpokx5283jdpu
Tags: upstream-1.8
ImportĀ upstreamĀ versionĀ 1.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
errorexit() {
 
4
    echo $1
 
5
    exit 1
 
6
}
 
7
 
 
8
# run the test
 
9
./testparser > testparser.log
 
10
 
 
11
# check if output differs from what it should be
 
12
diff testparser.log testparser-output.txt