Resolve "pg_dump_anon not working with file output"
Closes #129 (closed)
The --file option is not working correctly because the implementation is too naïve. We need to use use output redirection in all cases.
-
Build a test case -
Fix -foption -
passing shellcheck should be mandatory -
use arrays for argument lists -
error in the test
Edited by damien clochard