xref: /freebsd/bin/sh/tests/builtins/hash4.0 (revision e0c4386e)
1
2exec 3>&1
3m=`hash nosuchtool 2>&1 >&3`
4r=$?
5[ "$r" != 0 ] && [ -n "$m" ]
6