hdf5/tools/h5diff
Scott Wegner 4965da5a72 [svn-r13894] Description:
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
2007-06-20 13:34:11 -05:00
..
h5diff_common.c [svn-r13805] 2007-05-24 07:49:24 -05:00
h5diff_common.h [svn-r13391] code cleaning and formated usage message 2007-02-26 13:21:41 -05:00
h5diff_main.c [svn-r13391] code cleaning and formated usage message 2007-02-26 13:21:41 -05:00
h5diffgentest.c [svn-r13400] 2007-02-26 16:22:08 -05:00
Makefile.am
Makefile.in [svn-r13846] Purpose: To remove changes from version #13839 (regarding DEFAULT_VFD). 2007-06-08 08:12:13 -05:00
ph5diff_main.c [svn-r13391] code cleaning and formated usage message 2007-02-26 13:21:41 -05:00
testh5diff.sh [svn-r13894] Description: 2007-06-20 13:34:11 -05:00
testph5diff.sh