Tests for module pwrite.
[gnulib.git] / tests / test-pwrite.sh
diff --git a/tests/test-pwrite.sh b/tests/test-pwrite.sh
new file mode 100644 (file)
index 0000000..94f0f38
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+. "${srcdir=.}/init.sh"; path_prepend_ .
+
+fail=0
+test-pwrite || fail=1
+
+Exit $fail