summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox/0001-testsuite-check-uudecode-before-using-it.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/busybox/busybox/0001-testsuite-check-uudecode-before-using-it.patch')
-rw-r--r--meta/recipes-core/busybox/busybox/0001-testsuite-check-uudecode-before-using-it.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/busybox/busybox/0001-testsuite-check-uudecode-before-using-it.patch b/meta/recipes-core/busybox/busybox/0001-testsuite-check-uudecode-before-using-it.patch
index 25472f0bbd..d4bda3c12f 100644
--- a/meta/recipes-core/busybox/busybox/0001-testsuite-check-uudecode-before-using-it.patch
+++ b/meta/recipes-core/busybox/busybox/0001-testsuite-check-uudecode-before-using-it.patch
@@ -18,13 +18,13 @@ diff --git a/testsuite/tar.tests b/testsuite/tar.tests
18index d71a349..8c88567 100755 18index d71a349..8c88567 100755
19--- a/testsuite/tar.tests 19--- a/testsuite/tar.tests
20+++ b/testsuite/tar.tests 20+++ b/testsuite/tar.tests
21@@ -336,7 +336,7 @@ SKIP= 21@@ -339,7 +339,7 @@ cd .. || exit 1; rm -rf tar.tempdir 2>/d
22 cd .. || exit 1; rm -rf tar.tempdir 2>/dev/null 22 fi
23 23
24 mkdir tar.tempdir && cd tar.tempdir || exit 1 24 mkdir tar.tempdir && cd tar.tempdir || exit 1
25-optional FEATURE_SEAMLESS_BZ2 FEATURE_TAR_AUTODETECT LS 25-optional FEATURE_SEAMLESS_BZ2 FEATURE_TAR_AUTODETECT LS
26+optional FEATURE_SEAMLESS_BZ2 FEATURE_TAR_AUTODETECT LS UUDECODE 26+optional FEATURE_SEAMLESS_BZ2 FEATURE_TAR_AUTODETECT LS UUDECODE
27 testing "Symlink attack: create symlink and then write through it" '\ 27 testing "tar Symlink attack: create symlink and then write through it" '\
28 exec 2>&1 28 exec 2>&1
29 uudecode -o input && tar xvf input; echo $? 29 uudecode -o input && tar xvf input; echo $?
30diff --git a/testsuite/unzip.tests b/testsuite/unzip.tests 30diff --git a/testsuite/unzip.tests b/testsuite/unzip.tests