Blame tests/p_coreutils/true.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 true command"
|
|
Alice Kaerast |
a5b9f7 |
true
|
|
Alice Kaerast |
a5b9f7 |
t_CheckExitStatus $?
|