Partial REUSE cmpliance.
[open-adventure.git] / tests / outcheck.sh
1 #! /bin/sh
2 # SPDX-FileCopyrightText: Eric S. Raymond
3 # SPDX-License-Identifier: BSD-2-Clause
4 case $? in
5     0) echo "ok - $1 succeeded";;
6     *) echo "not ok - $1 failed";;
7 esac