open-adventure/tests/outcheck.sh
2023-04-03 11:25:11 -04:00

7 lines
178 B
Bash
Executable file

#! /bin/sh
# SPDX-FileCopyrightText: Eric S. Raymond
# SPDX-License-Identifier: BSD-2-Clause
case $? in
0) echo "ok - $1 succeeded";;
*) echo "not ok - $1 failed";;
esac