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

fail=0
${CHECKER} test-pwrite || fail=1

Exit $fail