xref: /netbsd-src/external/bsd/libarchive/dist/cat/test/test_version.c (revision c0434ef09f56837f124152afe51846c6e10f54bd)
140b1a6e6Sjoerg /*-
2*c0434ef0Schristos  * SPDX-License-Identifier: BSD-2-Clause
3*c0434ef0Schristos  *
440b1a6e6Sjoerg  * Copyright (c) 2003-2017 Tim Kientzle
540b1a6e6Sjoerg  * All rights reserved.
640b1a6e6Sjoerg  */
740b1a6e6Sjoerg #include "test.h"
840b1a6e6Sjoerg 
940b1a6e6Sjoerg /*
1040b1a6e6Sjoerg  * Test that --version option works and generates reasonable output.
1140b1a6e6Sjoerg  */
1240b1a6e6Sjoerg 
1340b1a6e6Sjoerg DEFINE_TEST(test_version)
1440b1a6e6Sjoerg {
1540b1a6e6Sjoerg 	assertVersion(testprog, "bsdcat");
1640b1a6e6Sjoerg }
17