Test the new wildmatch() routine using the wildtest executable.

This commit is contained in:
Wayne Davison
2003-07-05 00:08:11 +00:00
parent d7bf70f196
commit 08c5385e65

18
testsuite/wildmatch.test Normal file
View File

@@ -0,0 +1,18 @@
#! /bin/sh
# Copyright (C) 2003 by Wayne Davison <wayned@samba.org>
# This program is distributable under the terms of the GNU GPL (see
# COPYING).
# Test the wildmatch functionality
. $srcdir/testsuite/rsync.fns
set -x
"$TOOLDIR/wildtest" >"$scratchdir/wild.out"
diff -u "$scratchdir/wild.out" - <<EOF
EOF
exit 0