Adding upstream version 9.7.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
4b8dc12adb
commit
c08a8f7410
3561 changed files with 1457043 additions and 0 deletions
12
gnulib-tests/test-binary-io.sh
Executable file
12
gnulib-tests/test-binary-io.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/sh
|
||||
|
||||
tmpfiles=""
|
||||
trap 'rm -fr $tmpfiles' HUP INT QUIT TERM
|
||||
|
||||
tmpfiles="$tmpfiles t-bin-out0.tmp t-bin-out1.tmp"
|
||||
${CHECKER} ./test-binary-io${EXEEXT} 1 > t-bin-out1.tmp || exit 1
|
||||
cmp t-bin-out0.tmp t-bin-out1.tmp > /dev/null || exit 1
|
||||
|
||||
rm -fr $tmpfiles
|
||||
|
||||
exit 0
|
Loading…
Add table
Add a link
Reference in a new issue