view tests/test-pwrite.sh @ 17460:d11431703671

autoupdate
author Karl Berry <karl@freefriends.org>
date Fri, 09 Aug 2013 08:03:30 -0700
parents 39dc842a035e
children
line wrap: on
line source

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

fail=0
test-pwrite || fail=1

Exit $fail