Got rid of "set -x" (runtests.sh has a way to set this, if desired).
[rsync/rsync.git] / testsuite / wildmatch.test
CommitLineData
08c5385e
WD
1#! /bin/sh
2
3# Copyright (C) 2003 by Wayne Davison <wayned@samba.org>
4
5# This program is distributable under the terms of the GNU GPL (see
6# COPYING).
7
8# Test the wildmatch functionality
9
e920830e 10. "$suitedir/rsync.fns"
08c5385e 11
584c7bf7 12"$TOOLDIR/wildtest" "$srcdir/wildtest.txt" >"$scratchdir/wild.out"
84229c7a 13diff $diffopt "$scratchdir/wild.out" - <<EOF
37ff0e34 14No wildmatch errors found.
08c5385e
WD
15EOF
16
05118158 17# The script would have aborted on error, so getting here means we've won.
08c5385e 18exit 0