summaryrefslogtreecommitdiff
path: root/tests/test-pread.sh
blob: 55e751734df05de073543e3f19280e65046c775f (plain)
1
2
3
4
5
6
7
#!/bin/sh
. "${srcdir=.}/init.sh"; path_prepend_ .

fail=0
: | ${CHECKER} test-pread || fail=1

Exit $fail