commit: 0cdb10747efaafcb7aa9a217289a5e4f61ee91cd
Author: Kerin Millar <kfm <AT> plushkava <DOT> net>
AuthorDate: Sun Jun 2 21:27:27 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 06:11:59 2024 +0000
URL:
https://gitweb.gentoo.org/proj/gentoo-functions.git/commit/?id=0cdb1074
test-functions: Remove an unused variable
Signed-off-by: Kerin Millar <kfm <AT> plushkava.net>
test-functions | 1 -
1 file changed, 1 deletion(-)
diff --git a/test-functions b/test-functions
index 4a6e7dd..e0bd127 100755
--- a/test-functions
+++ b/test-functions
@@ -97,7 +97,6 @@ test_ebegin() {
_ends_with_newline "$*"
}
- ok=0
set -- "message"
ebegin "$1"
retval=$?