head	1.2;
access;
symbols
	rel-2-4-3a:1.2
	rel-2-4-3:1.2
	rel-2-4-2:1.2
	rel-2-4-1:1.2
	rel-2-4-0-patches:1.2.0.2
	rel-2-4-0:1.2;
locks; strict;
comment	@# @;


1.2
date	2003.07.25.17.25.14;	author whmoseley;	state Exp;
branches;
next	1.1;

1.1
date	2003.03.28.16.31.47;	author whmoseley;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Missing backticks kept from working outside of "make check"
@
text
@#!/bin/sh

## -*- sh -*-
## incomplete.test -- Test incomplete command handling

# Common definitions
if test -z "$srcdir"; then
    srcdir=`echo "$0" | sed 's,[^/]*$,,'`
    test "$srcdir" = "$0" && srcdir=.
    test -z "$srcdir" && srcdir=.
    test "${VERBOSE+set}" != set && VERBOSE=1
fi
. $srcdir/common.sh

# this is the test script
$SWISH -c $srcdir/test.config -i $srcdir -T indexed_words
@


1.1
log
@Added support for automake and libtool
@
text
@d8 1
a8 1
    srcdir=echo "$0" | sed 's,[^/]*$,,'
@

