Avoid accidental wildcard expansion in msys shell

Andrew Dunstan <andrew@dunslane.net>

Commit: 78b408a20a5a19486f0ed833466d0de342c7e471
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2019-03-03T16:48:12Z
Releases: 12.0
Avoid accidental wildcard expansion in msys shell

Commit f092de05 added a test for pg_dumpall --exclude-database including
the wildcard pattern '*dump*' which matches some files in the source
directory. The test library on msys uses the shell which expands this
and thus the program gets incorrect arguments. This doesn't happen if
the pattern doesn't match any files, so here the pattern is set to
'*dump_test*' which is such a pattern.

Per buildfarm animal jacana.

Files

PathChange+/−
src/bin/pg_dump/t/002_pg_dump.pl modified +1 −1