]> git.saurik.com Git - apt.git/blobdiff - test/integration/run-tests
dispose http(s) 416 error page as non-content
[apt.git] / test / integration / run-tests
index 9dd550aa253194bc81b1ce90cdd9e5a6204c82cf..c39a2ac68a16bef50d93a791c53e9dbd1aeed1d8 100755 (executable)
@@ -22,7 +22,7 @@ done
 export MSGLEVEL="${MSGLEVEL:-3}"
 
 if [ "$MSGCOLOR" != 'NO' ]; then
-       if ! expr match "$(readlink -f /proc/$$/fd/1)" '/dev/pts/[0-9]\+' > /dev/null; then
+       if [ ! -t 1 ]; then # but check that we output to a terminal
                export MSGCOLOR='NO'
        fi
 fi