diff options
Diffstat (limited to 'windows/tools/tooltest.bat')
-rwxr-xr-x | windows/tools/tooltest.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/tools/tooltest.bat b/windows/tools/tooltest.bat index 827f9df..8150cfd 100755 --- a/windows/tools/tooltest.bat +++ b/windows/tools/tooltest.bat @@ -218,7 +218,7 @@ more /e +%ln% ..\..\temptest\temp.txt > %actual_output%
if %test_exefile%==h5stat (
- more /e +%ln_exp% ..\..\misc\testfiles\%1 > %exp_file%
+ more /e +%ln_exp% ..\..\h5stat\testfiles\%1 > %exp_file%
) else (
more /e +%ln_exp% ..\..\testfiles\%1 > %exp_file%
)
|