mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
6 lines
120 B
Bash
Executable File
6 lines
120 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./test-fseek${EXEEXT} 1 < "$srcdir/test-fseek.sh" || exit 1
|
|
echo hi | ./test-fseek${EXEEXT} || exit 1
|
|
exit 0
|