tests: Accommodate c-tap-harness 4.7
[openafs.git] / tests / volser / vos-man-t
1 #!/usr/bin/env perl
2
3 use strict;
4 use warnings;
5 use lib $ENV{C_TAP_SOURCE} . "/tests-lib/perl5";
6 use mancheck_utils;
7
8 run_manpage_tests("src/volser", "vos");
9