view tests/test-pwrite.sh @ 40223:84a15f7137a7

Fix another test failure introduced by the same commit.
author Bruno Haible <bruno@clisp.org>
date Sun, 10 Mar 2019 13:08:25 +0100
parents 8c1a17df67e0
children
line wrap: on
line source

#!/bin/sh
. "${srcdir=.}/init.sh"; path_prepend_ .

fail=0
${CHECKER} test-pwrite || fail=1

Exit $fail