1 /*-
2  * SPDX-License-Identifier: BSD-2-Clause
3  *
4  * Copyright (c) 2003-2017 Tim Kientzle
5  * All rights reserved.
6  */
7 #include "test.h"
8 
DEFINE_TEST(test_option_version)9 DEFINE_TEST(test_option_version)
10 {
11 	assertVersion(testprog, "bsdcpio");
12 }
13