From 379a9bcb79673878e646da92857e4e1132a5925e Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 13 Nov 2023 10:04:00 +0300 Subject: [PATCH] Fixed copy-pasted comment --- t/goredo-whichdo-regression.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/goredo-whichdo-regression.t b/t/goredo-whichdo-regression.t index 81a51a9..7984f01 100755 --- a/t/goredo-whichdo-regression.t +++ b/t/goredo-whichdo-regression.t @@ -1,7 +1,7 @@ #!/bin/sh testname=`basename "$0"` -test_description="Check that dependencies have correct relative path after cd" +test_description="Check that no regression occured as it happened in 2.2.0" . $SHARNESS_TEST_SRCDIR/sharness.sh export REDO_TOP_DIR="`pwd`" REDO_NO_PROGRESS=1 -- 2.44.0