view tests/test-pwrite.sh @ 40145:5b5be594d7f9

localename tests: Fix test failure on Android. * modules/localename-tests (Depends-on): Add 'setlocale'.
author Bruno Haible <bruno@clisp.org>
date Sat, 26 Jan 2019 23:40:44 +0100
parents 39dc842a035e
children 8c1a17df67e0
line wrap: on
line source

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

fail=0
test-pwrite || fail=1

Exit $fail