]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Add a test utility function, copy_reference_file simply coping
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 29 Jun 2014 07:12:34 +0000 (16:12 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 29 Jun 2014 07:12:34 +0000 (16:12 +0900)
commit41c37ee3fc771e69e9c2e5e6b6df33b47d239a46
tree050106867af4b591182887ce9a1dbef117d995cf
parentfa6b6a41b173cf93e019528368b0c0aa24f8ac43
Add a test utility function, copy_reference_file simply coping
a sample file to the current directory of a running test.
A uudecode filter test will use it for its new test.

TODO: make a symbolic link file insted of copying a sample file.
Historically, libarchive cannot handle uuencoded files when
libarchive's test suit was made. Now libarchive can handle it
directly by uudecode filter, I think, we can reduce copying
sample files to the directory test program expects they are
on an isolated directory for their test.
cat/test/main.c
cat/test/test.h
cpio/test/main.c
cpio/test/test.h
libarchive/test/main.c
libarchive/test/test.h
tar/test/main.c
tar/test/test.h