]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Issue 708: tar should fail if a named input file is missing
authorTim Kientzle <kientzle@acm.org>
Sat, 28 May 2016 19:39:10 +0000 (12:39 -0700)
committerTim Kientzle <kientzle@acm.org>
Sat, 28 May 2016 19:39:18 +0000 (12:39 -0700)
commitba20a8b3b9de1a4baf018ceeb298dfd63bcaccfb
treec260f80cbb46686295ff5102fb3dee95b3c3de5d
parent3014e19820ea53c15c90f9d447ca3e668a0b76c6
Issue 708: tar should fail if a named input file is missing

Tar was exiting with success if an input file named on the command
line was not present.

Includes tests for both bsdtar and bsdcpio to ensure this does
not regress.
Makefile.am
cpio/test/CMakeLists.txt
cpio/test/test_missing_file.c [new file with mode: 0644]
tar/test/CMakeLists.txt
tar/test/test_missing_file.c [new file with mode: 0644]
tar/write.c