Skip to content

Commit

Permalink
try extra quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Mar 7, 2024
1 parent bcde44b commit 544042f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test/h5dump/testh5dump.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ TOOLTESTC() {

tmp_file=/tmp/h5test_tmp_$$
cp $actual $tmp_file
sed -e 's/SIZE [0-9]* ("$txttype"\.[0-9][0-9][0-9]:1 COMPRESSION)/SIZE XXXX ("$txttype".XXX:1 COMPRESSION)/' \
sed -e 's/SIZE [0-9]* ('"$txttype"'\.[0-9][0-9][0-9]:1 COMPRESSION)/SIZE XXXX ('"$txttype"'.XXX:1 COMPRESSION)/' \
< $tmp_file > $actual
rm -f $tmp_file

Expand Down

0 comments on commit 544042f

Please sign in to comment.