Typo fix.
[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