[master] 5aefbd810 vtc: Fix copy-pasta in c83 comments

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Sep 4 11:32:06 UTC 2023


commit 5aefbd8107e730c16704299cd110122e12ddd17d
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Mon Sep 4 13:30:23 2023 +0200

    vtc: Fix copy-pasta in c83 comments

diff --git a/bin/varnishtest/tests/c00083.vtc b/bin/varnishtest/tests/c00083.vtc
index d991201be..fe09555e9 100644
--- a/bin/varnishtest/tests/c00083.vtc
+++ b/bin/varnishtest/tests/c00083.vtc
@@ -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
 


More information about the varnish-commit mailing list