head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2005.05.10.13.44.48;	author karman;	state Exp;
branches;
next	;


desc
@@


1.1
log
@added test for fuzzy indexing
@
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.fuzzy.config -i $srcdir -T indexed_words
@
