backupfile: Fix module dependencies.
[gnulib.git] / tests / test-pread.sh
blobcd4c04dc91104786210ceb45ba376c8357d9ca45
1 #!/bin/sh
2 . "${srcdir=.}/init.sh"; path_prepend_ .
4 fail=0
5 : | test-pread || fail=1
7 Exit $fail