Blame tests/p_which/which_basic.sh

Alice Kaerast cba6e2
#!/bin/bash
Alice Kaerast cba6e2
# Author: Alice Kaerast <alice@kaerast.info>
Alice Kaerast cba6e2
Alice Kaerast 445294
t_Log "Running $0 - Checking which can find itself"
7c4feb
/usr/bin/which which | grep -E -q '^(/usr)?/bin/which$'
Alice Kaerast cba6e2
t_CheckExitStatus $?