summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKerin Millar <kfm@plushkava.net>2024-06-02 22:27:27 +0100
committerKerin Millar <kfm@plushkava.net>2024-06-11 07:11:59 +0100
commit0cdb10747efaafcb7aa9a217289a5e4f61ee91cd (patch)
tree63c51105e81ebc0da96e79e91db1d4755ee9d574
parentRelax parameter validation for various functions (diff)
downloadgentoo-functions-0cdb10747efaafcb7aa9a217289a5e4f61ee91cd.tar.gz
gentoo-functions-0cdb10747efaafcb7aa9a217289a5e4f61ee91cd.tar.bz2
gentoo-functions-0cdb10747efaafcb7aa9a217289a5e4f61ee91cd.zip
test-functions: Remove an unused variable
Signed-off-by: Kerin Millar <kfm@plushkava.net>
-rwxr-xr-xtest-functions1
1 files changed, 0 insertions, 1 deletions
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=$?