zip-writer: Fix writing a zip file to a pipe.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 25 Oct 2020 05:29:08 +0000 (22:29 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 25 Oct 2020 05:29:08 +0000 (22:29 -0700)
commit5692254f966863caef595ec6270f966c063b1b08
treee7e914d4b87e4a140f8e4c551a76c611c6682d07
parented2adbf75a0c15fdc034827ddad80c295fe92edc
zip-writer: Fix writing a zip file to a pipe.

The code here had comment indicating that it could write a zip file to a
pipe, but it didn't actually work.  This fixes it and adds a test.
src/libpspp/zip-writer.c
tests/libpspp/zip.at