[Commits] [SCM] clawsker branch, master, updated. 1.3.2-16-g76ed755
mones at claws-mail.org
mones at claws-mail.org
Sat Feb 13 14:27:05 UTC 2021
The branch, master has been updated
via 76ed7555c00bc01570552095df6d9ffe1ddab26c (commit)
from 9548522252501d22d08c654366530a0197d7f322 (commit)
Summary of changes:
t/get_claws_version.t | 4 ++--
t/parse_command_line.t | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 76ed7555c00bc01570552095df6d9ffe1ddab26c
Author: Ricardo Mones <ricardo at mones.org>
Date: Sat Feb 13 15:26:54 2021 +0100
Remove unneeded semicolons
diff --git a/t/get_claws_version.t b/t/get_claws_version.t
index 93d835e..4c9d10c 100644
--- a/t/get_claws_version.t
+++ b/t/get_claws_version.t
@@ -20,13 +20,13 @@ BEGIN {
mkdir "$tempdir2"
cp -p "$claws1" "$claws2"
};
-};
+}
END {
qx {
rm -rf $tempdir1
};
-};
+}
local %ENV;
$ENV{'PATH'} = $tempdir1;
diff --git a/t/parse_command_line.t b/t/parse_command_line.t
index f84a9a7..5394a2e 100644
--- a/t/parse_command_line.t
+++ b/t/parse_command_line.t
@@ -11,7 +11,7 @@ BEGIN {
$clawsrc = catfile ($ENV{'XDG_RUNTIME_DIR'}, 'clawsrc');
$accountrc = catfile ($ENV{'XDG_RUNTIME_DIR'}, 'accountrc');
$menurc = catfile ($ENV{'XDG_RUNTIME_DIR'}, 'menurc');
-};
+}
local %ENV;
$ENV{'DISPLAY'} = ''; # avoid error dialogs
-----------------------------------------------------------------------
hooks/post-receive
--
Hidden preferences editor for Claws Mail
More information about the Commits
mailing list