X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/955a3a3ded9759ea90710b07319a69ecfb56c67d..d724dd186ed6a2d66fa13a9357ce91e459d39e8c:/testsuite/wildmatch.test diff --git a/testsuite/wildmatch.test b/testsuite/wildmatch.test index 2e95b86c..9d501897 100644 --- a/testsuite/wildmatch.test +++ b/testsuite/wildmatch.test @@ -9,11 +9,10 @@ . "$suitedir/rsync.fns" -set -x - # This test exercises the wildmatch() function (with no options) and the # wildmatch_join() function (using -x and/or -e). for opts in "" -x1 "-x1 -e1" "-x1 -e1se" -x2 "-x2 -ese" -x3 "-x3 -e1" -x4 "-x4 -e2e" -x5 "-x5 -es"; do + echo Running wildtest with "$opts" "$TOOLDIR/wildtest" $opts "$srcdir/wildtest.txt" >"$scratchdir/wild.out" diff $diffopt "$scratchdir/wild.out" - <