--- gforth/testdist 1997/03/20 14:39:53 1.3 +++ gforth/testdist 1997/05/29 19:42:14 1.4 @@ -1,9 +1,9 @@ #tests that dist works #call this with gforth-$(version).tar.gz in the working directory #use this if your make handles VPATH ok -GFORTH=gforth-0.3.0 -mkdir test -cd test +GFORTH=gforth-0.3.1 +mkdir test-dist +cd test-dist DIR=$PWD gunzip -cd ../$GFORTH.tar.gz|tar xf - chmod -R a-w $GFORTH @@ -20,4 +20,4 @@ cd .. install/bin/gforth tester.fs coretest.fs postponetest.fs dbltest.fs -e bye chmod -R +w $GFORTH cd .. -rm -rf test +rm -rf test-dist