aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/builtins/hash4.0
blob: 9e85f92877e9ef4615a26f593c4837848942280e (plain) (blame)
1
2
3
4
5
6
# $FreeBSD: head/bin/sh/tests/builtins/hash4.0 231535 2012-02-11 21:06:45Z jilles $

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