1 # $FreeBSD: head/bin/sh/tests/expansion/export3.0 238468 2012-07-15 10:19:43Z jilles $
5 [ "$v" = "$w" ] || echo "Expected $w got $v"
10 command command export v=$w
15 [ "$v" = ~ ] || echo "Expected $HOME got $v"
20 command command export v=~
24 [ "$v" = "x:$HOME" ] || echo "Expected x:$HOME got $v"
29 command command export v=x:~