repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
error: Avoid "function declaration isn't a prototype" warning.
[gnulib.git]
/
tests
/
test-fpending.sh
blob
636af25a7a095f4691cbad3997f5c7b1c8a05a1e
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