source:
kBuild/vendor/grep/2.12/gnulib-tests/test-fpending.sh@
3576
Last change on this file since 3576 was 2595, checked in by , 13 years ago | |
---|---|
|
|
File size: 149 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 | ./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.