repo/proj/guru:dev commit in: sys-block/partclone/
"Gil Ferrand" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786206858.9e74d74785f678caab90a6abadb9fd7d2a3b6cdf.bakedsnake@gentoo> |
commit: 9e74d74785f678caab90a6abadb9fd7d2a3b6cdf
Author: bakedsnake <bakedsnake <AT> vagrantz <DOT> xyz>
AuthorDate: Sat Aug 8 16:25:15 2026 +0000
Commit: Gil Ferrand <bakedsnake <AT> vagrantz <DOT> xyz>
CommitDate: Sat Aug 8 16:34:18 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9e74d747
sys-block/partclone: fix tests
Bug was present in an older version of
partclone. This was addressed by set-
ting TERM=dummy, and therefore resol-
ving the ncurses test issue.
Closes: https://bugs.gentoo.org/942530
Signed-off-by: bakedsnake <bakedsnake <AT> vagrantz.xyz>
sys-block/partclone/partclone-9999-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-block/partclone/partclone-9999-r1.ebuild b/sys-block/partclone/partclone-9999-r1.ebuild
index 513ca532d1..c847ee02fe 100644
--- a/sys-block/partclone/partclone-9999-r1.ebuild
+++ b/sys-block/partclone/partclone-9999-r1.ebuild
@@ -141,6 +141,6 @@ src_install() {
}
src_test() {
- default
local -x TERM=dummy
+ default
}