]> granicus.if.org Git - postgresql/commit
Avoid accidental wildcard expansion in msys shell
authorAndrew Dunstan <andrew@dunslane.net>
Sun, 3 Mar 2019 16:48:12 +0000 (11:48 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Sun, 3 Mar 2019 16:48:12 +0000 (11:48 -0500)
commit78b408a20a5a19486f0ed833466d0de342c7e471
tree31cf41dd2aec08cb12fc6bc7c2ac38731f9ced4b
parented4653db8ca7a70ba7a4d329a44812893f8e59c2
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.
src/bin/pg_dump/t/002_pg_dump.pl