maint.mk: Update system header list for #include syntax checks.
[gnulib.git] / tests / test-pwrite.sh
blobddb2dc9a215fd83fb79431e2a72ea25e9b96f535
1 #!/bin/sh
2 . "${srcdir=.}/init.sh"; path_prepend_ .
4 fail=0
5 ${CHECKER} test-pwrite || fail=1
7 Exit $fail