Blame tests/p_coreutils/0-install_coreutils.sh

Alice Kaerast a5b9f7
#!/bin/bash
Alice Kaerast a5b9f7
# Author: Alice Kaerast <alice@kaerast.info>
Alice Kaerast a5b9f7
Alice Kaerast a5b9f7
t_Log "$0 - installing coreutils"
40b4c8
40b4c8
if [ "$CONTAINERTEST" -eq "1" ]; then
40b4c8
    t_InstallPackage coreutils-single
40b4c8
else
40b4c8
    t_InstallPackage coreutils
40b4c8
fi