view tests/test-ftell.sh @ 40186:8964917f9574

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 18 Feb 2019 08:02:49 -0800
parents 4f3e993d4155
children 8c1a17df67e0
line wrap: on
line source

#!/bin/sh

./test-ftell${EXEEXT} 1 < "$srcdir/test-ftell.sh" || exit 1
echo hi | ./test-ftell${EXEEXT} || exit 1
exit 0