91901a51dfa8819b4ced54f791352f5c5af16581
[open-adventure.git] / tests / outcheck.sh
1 #! /bin/sh
2 # SPDX-FileCopyrightText: Copyright Eric S. Raymond <esr@thyrsus.com>
3 # SPDX-License-Identifier: BSD-2-Clause
4 case $? in
5     0) echo "ok - $1 succeeded";;
6     *) echo "not ok - $1 failed";;
7 esac