blob: 8bcc4609b4c40fb8b2fe203296ddb28ca4a40d49 [file] [log] [blame]
Michael Clarkc4dceae2010-10-06 16:39:20 +00001#!/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 test4
12exit $?