From 10d9fed7123cdc7fd9287d2cf6fea8c40c2402a0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 18 Feb 2011 17:03:14 +0200 Subject: Fix incorrect relative path --- test.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.bat b/test.bat index a5a9648..58330d3 100644 --- a/test.bat +++ b/test.bat @@ -10,7 +10,7 @@ set "tests=__path__(dirs) __path__(tr1_dirs) __path__(boost_dirs)" set "confs=__path__(configurations)" set "plats=__path__(platforms)" set "curdir=%CD%" -set "topdir=%curdir%\.." +set "topdir=%curdir%" set "failed=" if "_%1_" == "__" ( -- cgit v1.1