Use the new HAVE_GETGROUPS define.
[rsync/rsync.git] / testsuite / wildmatch.test
CommitLineData
08c5385e
WD
1#! /bin/sh
2
3# Copyright (C) 2003 by Wayne Davison <wayned@samba.org>
4
5# This program is distributable under the terms of the GNU GPL (see
6# COPYING).
7
8# Test the wildmatch functionality
9
10. $srcdir/testsuite/rsync.fns
11
12set -x
13
584c7bf7 14"$TOOLDIR/wildtest" "$srcdir/wildtest.txt" >"$scratchdir/wild.out"
84229c7a 15diff $diffopt "$scratchdir/wild.out" - <<EOF
37ff0e34 16No wildmatch errors found.
08c5385e
WD
17EOF
18
19exit 0