exclude_tests: use _Noreturn
[pspp] / tests / test-pread.sh
index 98971a4c58cebab3ec9303450642cba8493e4030..cd4c04dc91104786210ceb45ba376c8357d9ca45 100755 (executable)
@@ -1,8 +1,7 @@
 #!/bin/sh
-: ${srcdir=.}
-. $srcdir/init.sh --set-path=.
+. "${srcdir=.}/init.sh"; path_prepend_ .
 
-fail=0;
-test-pread || fail=1
+fail=0
+: | test-pread || fail=1
 
 Exit $fail