fix error in filename handling for the single testfile case

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32246 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2011-02-20 15:07:20 +00:00
parent a4c7b55edc
commit dc0b808390
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
and End.sh and run GNUmakefile.tests in the directory containing the
file ... ie so that behavior when executing a single test file is
identical to behavior when that file is executed as part of a whole
testsuite.
testsuite. Don't backup makefile when we create a new one.
2011-01-19 Richard Frith-Macdonald <rfm@gnu.org>

View file

@ -142,7 +142,7 @@ then
TESTDIRS=$*
else
TESTDIRS=`dirname $1`
TESTS=$1
TESTS=`basename $1`
fi
fi