]> git.saurik.com Git - apt.git/blobdiff - test/integration/framework
send Alt-* info for uncompressed based on any compressions
[apt.git] / test / integration / framework
index 50c027a2c8d48e87dadb0a05632f11d4557ff9b5..994956b74c27de307efff72e63f502b26e834349 100644 (file)
@@ -3,7 +3,7 @@
 EXIT_CODE=0
 
 # we all like colorful messages
-if [ "$MSGCOLOR" != 'NO' ]; then
+if [ "$MSGCOLOR" != 'NO' ] && [ "$MSGCOLOR" != 'ALWAYS' ]; then
        if [ ! -t 1 ]; then # but check that we output to a terminal
                export MSGCOLOR='NO'
        fi