gentoo/dev-perl/X11-Protocol/files/X11-Protocol-0.56-test-tap.patch
Kent Fredric 1ade029f4e
dev-perl/X11-Protocol: EAPI6 + tests
- EAPI6ify
- Enable tests (w/ virtualx)
- Patch tests to work without interaction and behave nicely for harness

Package-Manager: Portage-2.3.24, Repoman-2.3.6
2018-03-29 00:04:08 +13:00

29 lines
859 B
Diff

From 663aaa7eefbf9dcad54c8c7f4c463bf289a9b907 Mon Sep 17 00:00:00 2001
From: Kent Fredric <kentnl@gentoo.org>
Date: Wed, 28 Mar 2018 23:46:13 +1300
Subject: Move to a TAP::Harness friendly test layout
---
MANIFEST | 2 +-
test.pl => t/x11.t | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename test.pl => t/x11.t (100%)
diff --git a/MANIFEST b/MANIFEST
index 24c14b7..8648607 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -33,4 +33,4 @@ eg/widgets2.pl X11-Motif version of widget example
eg/widgets3.pl Unfinished OO-interface widget example
eg/widgets.c C Xlib version of widget example
eg/wintree.pl Window hierarchy utility example
-test.pl Short test of Protocol.pm et al.
+t/x11.t Short test of Protocol.pm et al.
diff --git a/test.pl b/t/x11.t
similarity index 100%
rename from test.pl
rename to t/x11.t
--
2.16.2