blob: 09d27c23af7da8320ed0bfda8196e42d7471f28d [file] [log] [blame]
Eric Haszlakiewicze5c1e872012-04-22 14:13:01 -05001#!/bin/sh
2
3# Common definitions
4if test -z "$srcdir"; then
5 srcdir="${0%/*}"
6 test "$srcdir" = "$0" && srcdir=.
7 test -z "$srcdir" && srcdir=.
8fi
9. "$srcdir/test-defs.sh"
10
11run_output_test test_printbuf
12exit $?