expl: Work around inaccurate implementation on NetBSD.
[gnulib.git] / tests / test-pwrite.sh
blob94f0f382ab697384a3022c9484026cc3b22bf9ba
1 #!/bin/sh
2 . "${srcdir=.}/init.sh"; path_prepend_ .
4 fail=0
5 test-pwrite || fail=1
7 Exit $fail