xref: /dflybsd-src/tools/regression/bin/sh/builtins/hash4.0 (revision ca86d83e7d8d6bfef814ef3683c37d99ad62f11c)
1# $FreeBSD: head/tools/regression/bin/sh/builtins/hash4.0 231535 2012-02-11 21:06:45Z jilles $
2
3exec 3>&1
4m=`hash nosuchtool 2>&1 >&3`
5r=$?
6[ "$r" != 0 ] && [ -n "$m" ]
7