]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r216019: sh: Make the test for cd/pwd with long pathnames more useful:
authorjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 5 Feb 2011 21:47:04 +0000 (21:47 +0000)
committerjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 5 Feb 2011 21:47:04 +0000 (21:47 +0000)
commit71ab1d4198af4d7292abf11ccf98c4d8c25b599f
treedfa6680130319357caed03ebbcc62ccf316f234e
parentd4b6146fb1bf0632e1b561f52ce795954afeeaf1
MFC r216019: sh: Make the test for cd/pwd with long pathnames more useful:
* Use $(getconf PATH_MAX /) to make sure we actually exercise the hard part
* Delete our test area even if the test fails

git-svn-id: svn://svn.freebsd.org/base/stable/8@218351 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
tools/regression/bin/sh/builtins/cd2.0