Signed-off-by: Stefano Lattarini <stefano.lattar...@gmail.com> --- t/ax/test-init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/ax/test-init.sh b/t/ax/test-init.sh index a414e14..83fe6eb 100644 --- a/t/ax/test-init.sh +++ b/t/ax/test-init.sh @@ -1003,7 +1003,7 @@ else test -d t || mkdir t mkdir $testSubDir \ || framework_failure_ "creating test subdirectory" - # The trailing './'ris to avoid CDPATH issues. + # The leading './' is to avoid CDPATH issues. cd ./$testSubDir \ || framework_failure_ "cannot chdir into test subdirectory" if test x"$am_create_testdir" != x"empty"; then -- 1.7.9.5