Merge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
[gnulib.git] / tests / test-pread.sh
1 #!/bin/sh
2 . "${srcdir=.}/init.sh"; path_prepend_ .
3
4 fail=0
5 : | test-pread || fail=1
6
7 Exit $fail