From: Wayne Davison Date: Sat, 5 Jul 2003 00:08:11 +0000 (+0000) Subject: Test the new wildmatch() routine using the wildtest executable. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/08c5385e65f647b75bf853e06b668ea0a8660c56 Test the new wildmatch() routine using the wildtest executable. --- diff --git a/testsuite/wildmatch.test b/testsuite/wildmatch.test new file mode 100644 index 00000000..5ef586bf --- /dev/null +++ b/testsuite/wildmatch.test @@ -0,0 +1,18 @@ +#! /bin/sh + +# Copyright (C) 2003 by Wayne Davison + +# 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" - <