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"
|
|
Alice Kaerast |
cba6e2 |
/usr/bin/which which | grep -q "/usr/bin/which"
|
|
Alice Kaerast |
cba6e2 |
t_CheckExitStatus $?
|