From 11268fb7e557f0cb251c6c8223a5d70c17a75613 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 16 Jan 2025 13:47:31 +0300 Subject: [PATCH] Remove unused variable --- t/goredo-$1-touch.t | 1 - t/goredo-both-ifcreate-ifchange.t | 1 - t/goredo-build-uuid-for-fdood.t | 1 - t/goredo-chmoding.t | 1 - t/goredo-dashed-tgt.t | 1 - t/goredo-default.do.t | 1 - t/goredo-deps-after-cd.t | 1 - t/goredo-deps.t | 1 - t/goredo-double-consideration.t | 1 - t/goredo-empty-dep.t | 1 - t/goredo-failed-build.t | 1 - t/goredo-rel-ifcreate.t | 1 - t/goredo-whichdo-regression.t | 1 - 13 files changed, 13 deletions(-) diff --git a/t/goredo-$1-touch.t b/t/goredo-$1-touch.t index 19abeb3..ae2e775 100755 --- a/t/goredo-$1-touch.t +++ b/t/goredo-$1-touch.t @@ -1,6 +1,5 @@ #!/bin/sh -testname=`basename "$0"` test_description="Check failing if unexistent \$1 is touched" . $SHARNESS_TEST_SRCDIR/sharness.sh export REDO_TOP_DIR="`pwd`" REDO_NO_PROGRESS=1 diff --git a/t/goredo-both-ifcreate-ifchange.t b/t/goredo-both-ifcreate-ifchange.t index 81b209b..c23a6b4 100755 --- a/t/goredo-both-ifcreate-ifchange.t +++ b/t/goredo-both-ifcreate-ifchange.t @@ -1,6 +1,5 @@ #!/bin/sh -testname=`basename "$0"` test_description="Check that warning exists when using both ifcreate/ifchange" . $SHARNESS_TEST_SRCDIR/sharness.sh export REDO_TOP_DIR="`pwd`" REDO_NO_PROGRESS=1 diff --git a/t/goredo-build-uuid-for-fdood.t b/t/goredo-build-uuid-for-fdood.t index f464767..2930ef0 100755 --- a/t/goredo-build-uuid-for-fdood.t +++ b/t/goredo-build-uuid-for-fdood.t @@ -1,6 +1,5 @@ #!/bin/sh -testname=`basename "$0"` test_description="Passed known OOD targets must not skip BuildUUID check" . $SHARNESS_TEST_SRCDIR/sharness.sh export REDO_TOP_DIR="`pwd`" REDO_NO_PROGRESS=1 diff --git a/t/goredo-chmoding.t b/t/goredo-chmoding.t index 01af33c..7b3822c 100755 --- a/t/goredo-chmoding.t +++ b/t/goredo-chmoding.t @@ -1,6 +1,5 @@ #!/bin/sh -testname=`basename "$0"` test_description="Check that non-renamed target copies mode from temporary target" . $SHARNESS_TEST_SRCDIR/sharness.sh export REDO_TOP_DIR="`pwd`" REDO_NO_PROGRESS=1 diff --git a/t/goredo-dashed-tgt.t b/t/goredo-dashed-tgt.t index 5bbac3e..ca40d2b 100755 --- a/t/goredo-dashed-tgt.t +++ b/t/goredo-dashed-tgt.t @@ -1,6 +1,5 @@ #!/bin/sh -testname=`basename "$0"` test_description="Check that dashed targets are not treated as options" . $SHARNESS_TEST_SRCDIR/sharness.sh export REDO_TOP_DIR="`pwd`" REDO_NO_PROGRESS=1 diff --git a/t/goredo-default.do.t b/t/goredo-default.do.t index e5c8825..5cf3231 100755 --- a/t/goredo-default.do.t +++ b/t/goredo-default.do.t @@ -1,6 +1,5 @@ #!/bin/sh -testname=`basename "$0"` test_description="Building of default.do must not depend on itself" . $SHARNESS_TEST_SRCDIR/sharness.sh export REDO_TOP_DIR="`pwd`" REDO_NO_PROGRESS=1 diff --git a/t/goredo-deps-after-cd.t b/t/goredo-deps-after-cd.t index 720123c..6b998aa 100755 --- a/t/goredo-deps-after-cd.t +++ b/t/goredo-deps-after-cd.t @@ -1,6 +1,5 @@ #!/bin/sh -testname=`basename "$0"` test_description="Check that dependencies have correct relative path after cd" . $SHARNESS_TEST_SRCDIR/sharness.sh export REDO_TOP_DIR="`pwd`" REDO_NO_PROGRESS=1 diff --git a/t/goredo-deps.t b/t/goredo-deps.t index 2417530..6e9a2ab 100755 --- a/t/goredo-deps.t +++ b/t/goredo-deps.t @@ -1,6 +1,5 @@ #!/bin/sh -testname=`basename "$0"` test_description="Check that the following use-case won't rebuild everytime and has correct dependencies" . $SHARNESS_TEST_SRCDIR/sharness.sh export REDO_TOP_DIR="`pwd`" REDO_NO_PROGRESS=1 diff --git a/t/goredo-double-consideration.t b/t/goredo-double-consideration.t index fca94b3..f915147 100755 --- a/t/goredo-double-consideration.t +++ b/t/goredo-double-consideration.t @@ -1,6 +1,5 @@ #!/bin/sh -testname=`basename "$0"` test_description="Do not fail if two always-ed targets run simultaneously" . $SHARNESS_TEST_SRCDIR/sharness.sh export REDO_TOP_DIR="`pwd`" REDO_NO_PROGRESS=1 diff --git a/t/goredo-empty-dep.t b/t/goredo-empty-dep.t index 60351a4..67bd27d 100755 --- a/t/goredo-empty-dep.t +++ b/t/goredo-empty-dep.t @@ -1,6 +1,5 @@ #!/bin/sh -testname=`basename "$0"` test_description="Check that empty target is a dependency and always OOD" . $SHARNESS_TEST_SRCDIR/sharness.sh export REDO_TOP_DIR="`pwd`" REDO_NO_PROGRESS=1 diff --git a/t/goredo-failed-build.t b/t/goredo-failed-build.t index 8fea801..8f5fc5a 100755 --- a/t/goredo-failed-build.t +++ b/t/goredo-failed-build.t @@ -1,6 +1,5 @@ #!/bin/sh -testname=`basename "$0"` test_description="Check that failed build is still OOD target" . $SHARNESS_TEST_SRCDIR/sharness.sh export REDO_TOP_DIR="`pwd`" REDO_NO_PROGRESS=1 diff --git a/t/goredo-rel-ifcreate.t b/t/goredo-rel-ifcreate.t index 816de99..74bc4a5 100755 --- a/t/goredo-rel-ifcreate.t +++ b/t/goredo-rel-ifcreate.t @@ -1,6 +1,5 @@ #!/bin/sh -testname=`basename "$0"` test_description="Proper relative to DirPrefix ifcreate paths" . $SHARNESS_TEST_SRCDIR/sharness.sh export REDO_TOP_DIR="`pwd`" REDO_NO_PROGRESS=1 diff --git a/t/goredo-whichdo-regression.t b/t/goredo-whichdo-regression.t index ec184e6..0697b50 100755 --- a/t/goredo-whichdo-regression.t +++ b/t/goredo-whichdo-regression.t @@ -1,6 +1,5 @@ #!/bin/sh -testname=`basename "$0"` 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.48.1