#!/bin/bash# Author: Alice Kaerast <alice@kaerast.info> t_Log "$0 test false command"falsetest $? -eq 1t_CheckExitStatus $?