From 08c5385e65f647b75bf853e06b668ea0a8660c56 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 5 Jul 2003 00:08:11 +0000 Subject: [PATCH] Test the new wildmatch() routine using the wildtest executable. --- testsuite/wildmatch.test | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 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" - <