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
gettext: Sync with gettext 0.23.
[gnulib.git]
/
tests
/
test-binary-io.sh
blob
7bc5aa07f4baaa249ed96ca5188e373e8f44e17e
1
#!/bin/sh
2
3
tmpfiles
=
""
4
trap
'rm -fr
$tmpfiles
'
HUP INT QUIT TERM
5
6
tmpfiles
=
"
$tmpfiles
t-bin-out0.tmp t-bin-out1.tmp"
7
${CHECKER}
.
/
test-binary-io
${EXEEXT}
1
>
t-bin-out1.tmp ||
exit
1
8
cmp
t-bin-out0.tmp t-bin-out1.tmp
> /
dev
/
null ||
exit
1
9
10
rm
-fr
$tmpfiles
11
12
exit
0