Last change
on this file since 3627 was 2595, checked in by bird, 13 years ago |
gnu grep version 2.12 (grep-2.12.tar.xz, md5sum=8d2f0346d08b13c18afb81f0e8aa1e2f)
|
-
Property svn:eol-style
set to
native
|
File size:
243 bytes
|
Line | |
---|
1 | #!/bin/sh
|
---|
2 |
|
---|
3 | tmpfiles=""
|
---|
4 | trap 'rm -fr $tmpfiles' 1 2 3 15
|
---|
5 |
|
---|
6 | tmpfiles="$tmpfiles t-bin-out1.tmp t-bin-out2.tmp"
|
---|
7 | ./test-binary-io${EXEEXT} > t-bin-out1.tmp || exit 1
|
---|
8 | cmp t-bin-out1.tmp t-bin-out2.tmp > /dev/null || exit 1
|
---|
9 |
|
---|
10 | rm -fr $tmpfiles
|
---|
11 |
|
---|
12 | exit 0
|
---|
Note:
See
TracBrowser
for help on using the repository browser.