blob: 03fdf4ab9844c5b8f09e7d83f66e99fa1ed20d5a [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001From 1561549ea36e37cc25706f094a195de4928f4211 Mon Sep 17 00:00:00 2001
2From: Robert Yang <liezhi.yang@windriver.com>
3Date: Fri, 19 Jun 2015 01:23:46 -0700
4Subject: [PATCH] t/run/switches.t: perl5 -> perl
5
6We call it perl rather than perl5 in oe.
7
8Upstream-Status: Inappropriate [oe specific]
9
10Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
11---
12 t/run/switches.t | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15diff --git a/t/run/switches.t b/t/run/switches.t
16index 78915e0..e9e4b45 100644
17--- a/t/run/switches.t
18+++ b/t/run/switches.t
19@@ -269,7 +269,7 @@ is runperl(stderr => 1, prog => '#!perl -M'),
20 '-V generates 20+ lines' );
21
22 like( runperl( switches => ['-V'] ),
23- qr/\ASummary of my perl5 .*configuration:/,
24+ qr/\ASummary of my perl .*configuration:/,
25 '-V looks okay' );
26
27 # lookup a known config var
28--
291.7.9.5
30