Commit 5aefbd81 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

vtc: Fix copy-pasta in c83 comments

parent f71c2aac
......@@ -119,7 +119,7 @@ process p1 {
nlines=`wc -l < ${tmpdir}/v1/_.vsm_mgt/_.index`
nminus=`grep -c '^-' ${tmpdir}/v1/_.vsm_mgt/_.index`
echo MGT NLINES $nlines NMINUS $nminus
# cat ${tmpdir}/v1/_.vsm_child/_.index
# cat ${tmpdir}/v1/_.vsm_mgt/_.index
test $nminus -eq 0
} -run
......@@ -131,7 +131,7 @@ process p1 {
nlines=`wc -l < ${tmpdir}/v1/_.vsm_mgt/_.index`
nminus=`grep -c '^-' ${tmpdir}/v1/_.vsm_mgt/_.index`
echo MGT NLINES $nlines NMINUS $nminus
# cat ${tmpdir}/v1/_.vsm_child/_.index
# cat ${tmpdir}/v1/_.vsm_mgt/_.index
test $nminus -eq 2
} -run
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment