Hi! > +tst_test_drivers() > +{ > + [ $# -eq 0 ] && return 0 > + > + local drv="$(tst_check_drivers $@ 2>&1)" Wouldn't it be easier to just redirect the stderr into /dev/null here and check the $? instead of [ -n "$drv" ] ? -- Cyril Hrubis chrubis@suse.cz