You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
464 B
12 lines
464 B
--- hdf5-1.6.6/tools/h5dump/testh5dump.sh.in.tail 2007-10-17 10:37:38.000000000 -0600
|
|
+++ hdf5-1.6.6/tools/h5dump/testh5dump.sh.in 2007-10-17 10:38:26.000000000 -0600
|
|
@@ -81,7 +81,7 @@
|
|
nerrors="`expr $nerrors + 1`"
|
|
else
|
|
# Skip the first three lines, which are label lines, before cmp.
|
|
- if tail +4l $expect | $CMP - $actual; then
|
|
+ if tail -n +4 $expect | $CMP - $actual; then
|
|
echo " PASSED"
|
|
else
|
|
echo "*FAILED*"
|