blob: 70d1c82e4ab1b27335a28fef34a205771da7e794 [file] [log] [blame]
Eric Haszlakiewiczc5c623a2012-03-31 22:51:39 -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_parse
12exit $?