Skip to content

Commit

Permalink
Remove incorrect path addition
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Oct 20, 2023
1 parent 1dfae59 commit 9f11551
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/test/h5dump/testh5dumppbits.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ CLEAN_TESTFILES_AND_TESTDIR()
# skip rm if srcdir is same as destdir
# this occurs when build/test performed in source dir and
# make cp fail
SDIR=$SRC_H5DUMP_TESTFILES/pbits
SDIR=$SRC_H5DUMP_TESTFILES
INODE_SDIR=`$LS -i -d $SDIR | $AWK -F' ' '{print $1}'`
INODE_DDIR=`$LS -i -d $TESTDIR | $AWK -F' ' '{print $1}'`
if [ "$INODE_SDIR" != "$INODE_DDIR" ]; then
Expand Down
2 changes: 1 addition & 1 deletion tools/test/h5dump/testh5dumpvds.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ CLEAN_TESTFILES_AND_TESTDIR()
# skip rm if srcdir is same as destdir
# this occurs when build/test performed in source dir and
# make cp fail
SDIR=$SRC_H5DUMP_TESTFILES/vds
SDIR=$SRC_H5DUMP_TESTFILES
INODE_SDIR=`$LS -i -d $SDIR | $AWK -F' ' '{print $1}'`
INODE_DDIR=`$LS -i -d $TESTDIR | $AWK -F' ' '{print $1}'`
if [ "$INODE_SDIR" != "$INODE_DDIR" ]; then
Expand Down
2 changes: 1 addition & 1 deletion tools/test/h5ls/testh5lsvds.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ CLEAN_TESTFILES_AND_TESTDIR()
# skip rm if srcdir is same as destdir
# this occurs when build/test performed in source dir and
# make cp fail
SDIR=$SRC_H5LS_TESTFILES/vds
SDIR=$SRC_H5LS_TESTFILES
INODE_SDIR=`$LS -i -d $SDIR | $AWK -F' ' '{print $1}'`
INODE_DDIR=`$LS -i -d $TESTDIR | $AWK -F' ' '{print $1}'`
if [ "$INODE_SDIR" != "$INODE_DDIR" ]; then
Expand Down

0 comments on commit 9f11551

Please sign in to comment.