mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-05-18 11:55:32 -04:00
Test the new wildmatch() routine using the wildtest executable.
This commit is contained in:
18
testsuite/wildmatch.test
Normal file
18
testsuite/wildmatch.test
Normal 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
|
||||
Reference in New Issue
Block a user