1*3e3895bfSKrzysztof Piecuch# $FreeBSD: head/bin/sh/tests/builtins/hash4.0 231535 2012-02-11 21:06:45Z jilles $ 28bb2400dSPeter Avalos 38bb2400dSPeter Avalosexec 3>&1 48bb2400dSPeter Avalosm=`hash nosuchtool 2>&1 >&3` 58bb2400dSPeter Avalosr=$? 68bb2400dSPeter Avalos[ "$r" != 0 ] && [ -n "$m" ] 7