view tests/test-pwrite.sh @ 17290:44c34bc536ac

Fix typo in comment.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 16 Jan 2013 09:38:28 -0800
parents 39dc842a035e
children
line wrap: on
line source

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

fail=0
test-pwrite || fail=1

Exit $fail