#!/usr/bin/perl

use strict;
use warnings;

use Test::More::Bash;

my $test = shift;

Test::More::Bash->new(
    test => $test,
)->run;
