diff options
Diffstat (limited to 'meta/recipes-extended/cpio/cpio-2.11/fix-testcase-symlink-bad-lengths.patch')
-rw-r--r-- | meta/recipes-extended/cpio/cpio-2.11/fix-testcase-symlink-bad-lengths.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/meta/recipes-extended/cpio/cpio-2.11/fix-testcase-symlink-bad-lengths.patch b/meta/recipes-extended/cpio/cpio-2.11/fix-testcase-symlink-bad-lengths.patch new file mode 100644 index 0000000000..a325f4bac8 --- /dev/null +++ b/meta/recipes-extended/cpio/cpio-2.11/fix-testcase-symlink-bad-lengths.patch | |||
@@ -0,0 +1,33 @@ | |||
1 | From c213ffa2e0ba6677e0dfade9c67b91446c70c8bd Mon Sep 17 00:00:00 2001 | ||
2 | From: Jun Zhang <jun.zhang@windriver.com> | ||
3 | Date: Fri, 16 Oct 2015 21:25:17 +0800 | ||
4 | Subject: [PATCH] cpio: fix testcase symlink-bad-lengths | ||
5 | |||
6 | * fix the output of stderr & stdout to meet latest cpio | ||
7 | |||
8 | Upstream-Status: Pending | ||
9 | |||
10 | Signed-off-by: Jun Zhang <jun.zhang@windriver.com> | ||
11 | --- | ||
12 | tests/symlink-bad-length.at | 5 ++--- | ||
13 | 1 file changed, 2 insertions(+), 3 deletions(-) | ||
14 | |||
15 | diff --git a/tests/symlink-bad-length.at b/tests/symlink-bad-length.at | ||
16 | index 6f804b1..74208ce 100644 | ||
17 | --- a/tests/symlink-bad-length.at | ||
18 | +++ b/tests/symlink-bad-length.at | ||
19 | @@ -41,9 +41,8 @@ cpio -ntv < ARCHIVE | ||
20 | test $? -eq 2 | ||
21 | ], | ||
22 | [0], | ||
23 | -[-rw-rw-r-- 1 10029 10031 13 Nov 25 13:52 FILE | ||
24 | -],[cpio: LINK: stored filename length too big | ||
25 | -cpio: premature end of file | ||
26 | +[-rw-rw-r-- 1 10029 10031 13 Nov 25 2014 FILE | ||
27 | +],[cpio: premature end of file | ||
28 | ]) | ||
29 | |||
30 | AT_CLEANUP | ||
31 | -- | ||
32 | 1.9.1 | ||
33 | |||