Blame tests/p_coreutils/arch.sh
|
Alice Kaerast |
a5b9f7 |
#!/bin/bash
|
|
Alice Kaerast |
a5b9f7 |
# Author: Alice Kaerast <alice@kaerast.info>
|
|
Alice Kaerast |
a5b9f7 |
|
|
Alice Kaerast |
a5b9f7 |
t_Log "$0 Check arch agrees with current running kernel"
|
|
Alice Kaerast |
a5b9f7 |
uname -a | grep -q `arch`
|
|
Alice Kaerast |
a5b9f7 |
t_CheckExitStatus $?
|