Blame tests/p_which/which_basic.sh

Alice Kaerast cba6e2
#!/bin/bash
Alice Kaerast cba6e2
# Author: Alice Kaerast <alice@kaerast.info>
Alice Kaerast cba6e2
Karanbir Singh bbbb7d
t_Log "$0 - Checking which can find itself"
Alice Kaerast cba6e2
/usr/bin/which which | grep -q "/usr/bin/which"
Alice Kaerast cba6e2
t_CheckExitStatus $?