59f8536c7d3015ce84b7be40afe748c265562c05
[gnulib.git] / tests / test-pread.sh
1 #!/bin/sh
2 : ${srcdir=.}
3 . "$srcdir/init.sh" --set-path=.
4
5 fail=0
6 : | test-pread || fail=1
7
8 Exit $fail