1#!/bin/sh
2
3./test-fseek${EXEEXT} 1 < "$srcdir/test-fseek.sh" || exit 1
4echo hi | ./test-fseek${EXEEXT} || exit 1
5exit 0
6