#!/bin/bash . ./functions.sh touch config.omk-default needs_valid_CC make 2>/dev/null|grep "Entering directory.*_build" && error "Entering directory message should be suppressed" make distclean make V=2 2>/dev/null|grep 'Entering directory.*_build' || error "Entering directory message didn't appear"