Blame tests/p_coreutils/false.sh

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