diff options
author | Martin Matuska <martin@matuska.org> | 2017-02-21 16:46:45 +0100 |
---|---|---|
committer | Martin Matuska <martin@matuska.org> | 2017-02-21 21:10:49 +0100 |
commit | 52d5a14c210e41adf3b94f289ed5a0a45aa27c44 (patch) | |
tree | 45d7e99bc2813a1b1039d832f8bf9c75cdee6af5 /cpio/test/test_option_version.c | |
parent | 042dc9445a45ff789a2fac9dd6976ec2df8b6f98 (diff) | |
download | libarchive-52d5a14c210e41adf3b94f289ed5a0a45aa27c44.tar.gz |
test suite: use a single main test file for all tests
Diffstat (limited to 'cpio/test/test_option_version.c')
-rw-r--r-- | cpio/test/test_option_version.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cpio/test/test_option_version.c b/cpio/test/test_option_version.c index 78ac2180..505db271 100644 --- a/cpio/test/test_option_version.c +++ b/cpio/test/test_option_version.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2003-2007 Tim Kientzle + * Copyright (c) 2003-2017 Tim Kientzle * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -23,9 +23,6 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "test.h" -__FBSDID("$FreeBSD$"); - -#include "lib/version.h" DEFINE_TEST(test_option_version) { |