source:
git/tests/diffpos.tst
@
b725640
Last change on this file since b725640 was fbc3a20, checked in by , 26 years ago | |
---|---|
|
|
File size: 251 bytes |
Rev | Line | |
---|---|---|
[fbc3a20] | 1 | #!/bin/sh |
2 | for file in delatend addatend ; do | |
3 | echo $file | |
4 | rm -f diffpos.tmp | |
5 | $srcdir/../src/diffpos $srcdir/${file}a.pos $srcdir/${file}b.pos > diffpos.tmp | |
6 | cmp diffpos.tmp $srcdir/${file}.out > /dev/null || exit 1 | |
7 | rm -f diffpos.tmp | |
8 | done | |
9 | exit 0 |
Note: See TracBrowser
for help on using the repository browser.