8 lines
107 B
Bash
Executable File
8 lines
107 B
Bash
Executable File
#!/bin/sh
|
|
. "${srcdir=.}/init.sh"; path_prepend_ .
|
|
|
|
fail=0
|
|
: | ${CHECKER} test-pread || fail=1
|
|
|
|
Exit $fail
|