summaryrefslogtreecommitdiff
path: root/corebinutils/sh/tests/builtins/hash4.0
blob: 3e99930bad47e062219685976e3d849608d19bcd (plain)
1
2
3
4
5

exec 3>&1
m=`hash nosuchtool 2>&1 >&3`
r=$?
[ "$r" != 0 ] && [ -n "$m" ]