mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
4965da5a72
On Windows, Mingw interprets all parameters starting with '/' as paths, and replaces the '/' with its home directory, "C:\Windows\msys\". This was a problem in h5diff tests such as: h5diff h5diff_101.txt $FILE1 $FILE1 /g1/d1 g1/d2 -v I've removed the leading '/', as h5diff will interpret it the same either way. Tested: kagiso, linew, and smirom, via h5committest mingw on Windows XP
13 lines
617 B
Plaintext
13 lines
617 B
Plaintext
#############################
|
|
Expected output for 'h5diff h5diff_basic1.h5 h5diff_basic1.h5 g1/d1 g1/d2 -v'
|
|
#############################
|
|
dataset: </g1/d1> and </g1/d2>
|
|
size: [3x2] [3x2]
|
|
position d1 d2 difference
|
|
------------------------------------------------------------
|
|
[ 0 1 ] 1e-09 2e-09 1e-09
|
|
[ 1 0 ] 1e-09 9e-10 1e-10
|
|
[ 1 1 ] 0 1e-09 1e-09
|
|
[ 2 0 ] 1e-09 0 1e-09
|
|
4 differences found
|