X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d7bf70f1965012eb578a28087fee1c309dea19e4..08c5385e65f647b75bf853e06b668ea0a8660c56:/testsuite/wildmatch.test 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" - <