Last change
on this file since 3529 was 3529, checked in by bird, 3 years ago |
Imported grep 3.7 from grep-3.7.tar.gz (sha256: c22b0cf2d4f6bbe599c902387e8058990e1eee99aef333a203829e5fd3dbb342), applying minimal auto-props.
|
-
Property svn:executable
set to
*
|
File size:
160 bytes
|
Line | |
---|
1 | #!/bin/sh
|
---|
2 |
|
---|
3 | tmpfile=
|
---|
4 | trap 'rm -fr $tmpfile' 1 2 3 15
|
---|
5 |
|
---|
6 | tmpfile=test-fpending.t
|
---|
7 |
|
---|
8 | ${CHECKER} ./test-fpending${EXEEXT} > $tmpfile || exit 1
|
---|
9 |
|
---|
10 | rm -fr $tmpfile
|
---|
11 |
|
---|
12 | exit 0
|
---|
Note:
See
TracBrowser
for help on using the repository browser.