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

fail=0
test-pwrite || fail=1

Exit $fail