getaddrinfo: Doc fix.
[pspp] / tests / test-pread.sh
index 5ab88eb6ffe343529ded45acddd6b203896e88a1..cd4c04dc91104786210ceb45ba376c8357d9ca45 100755 (executable)
@@ -1,8 +1,7 @@
 #!/bin/sh
-: ${srcdir=.}
-. $srcdir/init.sh --set-path=.
+. "${srcdir=.}/init.sh"; path_prepend_ .
 
-fail=0;
-echo abc | test-pread || fail=1
+fail=0
+: | test-pread || fail=1
 
 Exit $fail