use Test::More tests => 1; use Getopt::Long; use warnings; my $input; GetOptions( "input=s" => \$input ); ok( 1==1, 'test 1 ok' );