summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/builtins/hash4.0
blob: dec584c4538f1bd7ef7b330c97bac1c7076a2f0f (plain)
1
2
3
4
5
6
# $FreeBSD$

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