#! /bin/bash
#
# @file         argv0.bash
#               This test ensures that argv0 is reasonable in test context
#
# @author       Wes Garland, wes@kingsds.network
# @date         Aug 2022
#

[[ "$0" =~ .*argv0.bash$ ]]
