mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-06 13:20:20 +00:00
6 lines
123 B
Bash
6 lines
123 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
./test-fseeko${EXEEXT} 1 < "$srcdir/test-fseeko.sh" || exit 1
|
||
|
echo hi | ./test-fseeko${EXEEXT} || exit 1
|
||
|
exit 0
|