Revert "error: make the module depend on vfprintf-posix"
[gnulib.git] / tests / test-pread.sh
old mode 100644 (file)
new mode 100755 (executable)
index fba415e..cd4c04d
@@ -1,8 +1,7 @@
 #!/bin/sh
-: ${srcdir=.} ${builddir=.}
-. $srcdir/init.sh --set-path=$builddir
+. "${srcdir=.}/init.sh"; path_prepend_ .
 
-fail=0;
-test-pread || fail=1
+fail=0
+: | test-pread || fail=1
 
 Exit $fail