ubuntu-buildroot/output/build/host-m4-1.4.19/tests/test-fseeko.sh

6 lines
145 B
Bash
Executable File

#!/bin/sh
${CHECKER} ./test-fseeko${EXEEXT} 1 < "$srcdir/test-fseeko.sh" || exit 1
echo hi | ${CHECKER} ./test-fseeko${EXEEXT} || exit 1
exit 0