Index: libgo/testsuite/gotest =================================================================== --- libgo/testsuite/gotest (revision 229711) +++ libgo/testsuite/gotest (working copy) @@ -35,7 +35,6 @@ pkgpath= prefix= dejagnu=no -GOARCH="" timeout=240 testname="" bench="" @@ -118,15 +117,6 @@ dejagnu=`echo $1 | sed -e 's/^--dejagnu=//'` shift ;; - x--goarch) - GOARCH=$2 - shift - shift - ;; - x--goarch=*) - GOARCH=`echo $1 | sed -e 's/^--goarch=//'` - shift - ;; x--timeout) timeout=$2 shift @@ -496,7 +486,7 @@ { text="T" - case "$GOARCH" in + case "$goarch" in ppc64*) text="[TD]" ;; esac