forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit78b408a
committed
Avoid accidental wildcard expansion in msys shell
Commitf092de0 added a test for pg_dumpall --exclude-database includingthe wildcard pattern '*dump*' which matches some files in the sourcedirectory. The test library on msys uses the shell which expands thisand thus the program gets incorrect arguments. This doesn't happen ifthe pattern doesn't match any files, so here the pattern is set to'*dump_test*' which is such a pattern.Per buildfarm animal jacana.1 parented4653d commit78b408a
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
227 | 227 |
| |
228 | 228 |
| |
229 | 229 |
| |
230 |
| - | |
| 230 | + | |
231 | 231 |
| |
232 | 232 |
| |
233 | 233 |
| |
|
0 commit comments
Comments
(0)