Merge commit '86ba51d2c17219b82b977da0a912e05a3d9bf858' into stable, which was:
[gnulib.git] / tests / test-pwrite.sh
1 #!/bin/sh
2 . "${srcdir=.}/init.sh"; path_prepend_ .
3
4 fail=0
5 test-pwrite || fail=1
6
7 Exit $fail