Tests: Fix ASLTS "Do" script for incorrect use of $PWD.

Did not work on all platforms.
This commit is contained in:
Robert Moore 2011-09-29 14:07:05 -07:00
parent aa94fcaa88
commit c9b25b3250

View File

@ -303,7 +303,7 @@ make_install_1()
{
local dir restore_dir
restore_dir=`PWD`
restore_dir=$PWD
dir="$1"
cd "$dir"
@ -323,7 +323,7 @@ do_test_cases_make_install()
{
local errors=0 dir restore_dir
restore_dir=`PWD`
restore_dir=$PWD
for filename in $2
do
@ -375,7 +375,7 @@ do_collections_make_install()
{
local errors=0 dir restore_dir
restore_dir=`PWD`
restore_dir=$PWD
for filename in $2
do