blob: 09d27c23af7da8320ed0bfda8196e42d7471f28d [file] [log] [blame]
#!/bin/sh
# Common definitions
if test -z "$srcdir"; then
srcdir="${0%/*}"
test "$srcdir" = "$0" && srcdir=.
test -z "$srcdir" && srcdir=.
fi
. "$srcdir/test-defs.sh"
run_output_test test_printbuf
exit $?