]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/builtins/hash4.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / builtins / hash4.0
1 # $FreeBSD: head/bin/sh/tests/builtins/hash4.0 231535 2012-02-11 21:06:45Z jilles $
2
3 exec 3>&1
4 m=`hash nosuchtool 2>&1 >&3`
5 r=$?
6 [ "$r" != 0 ] && [ -n "$m" ]