aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2016-06-20 01:40:19 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2016-06-20 01:40:19 +0200
commit0ad872baf30b660ffb87265470d29f14cfc4b2d4 (patch)
tree6beac2030af49dfa81dbc64a8b013f530b577477
parent94046d04951e1e67ddfb7919d8f382dbbfc70a12 (diff)
downloadbusybox-w32-0ad872baf30b660ffb87265470d29f14cfc4b2d4.tar.gz
busybox-w32-0ad872baf30b660ffb87265470d29f14cfc4b2d4.tar.bz2
busybox-w32-0ad872baf30b660ffb87265470d29f14cfc4b2d4.zip
randomconfig fixes 4
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--archival/gzip.c4
-rwxr-xr-xtestsuite/tar.tests2
2 files changed, 4 insertions, 2 deletions
diff --git a/archival/gzip.c b/archival/gzip.c
index f9bb3c742..8f1e4ff29 100644
--- a/archival/gzip.c
+++ b/archival/gzip.c
@@ -77,13 +77,15 @@ aa: 85.1% -- replaced with aa.gz
77//kbuild:lib-$(CONFIG_GZIP) += gzip.o 77//kbuild:lib-$(CONFIG_GZIP) += gzip.o
78 78
79//usage:#define gzip_trivial_usage 79//usage:#define gzip_trivial_usage
80//usage: "[-cfd" IF_FEATURE_GZIP_LEVELS("123456789") "] [FILE]..." 80//usage: "[-cf" IF_GUNZIP("d") IF_FEATURE_GZIP_LEVELS("123456789") "] [FILE]..."
81//usage:#define gzip_full_usage "\n\n" 81//usage:#define gzip_full_usage "\n\n"
82//usage: "Compress FILEs (or stdin)\n" 82//usage: "Compress FILEs (or stdin)\n"
83//usage: IF_FEATURE_GZIP_LEVELS( 83//usage: IF_FEATURE_GZIP_LEVELS(
84//usage: "\n -1..9 Compression level" 84//usage: "\n -1..9 Compression level"
85//usage: ) 85//usage: )
86//usage: IF_GUNZIP(
86//usage: "\n -d Decompress" 87//usage: "\n -d Decompress"
88//usage: )
87//usage: "\n -c Write to stdout" 89//usage: "\n -c Write to stdout"
88//usage: "\n -f Force" 90//usage: "\n -f Force"
89//usage: 91//usage:
diff --git a/testsuite/tar.tests b/testsuite/tar.tests
index e9021662e..f19a53da2 100755
--- a/testsuite/tar.tests
+++ b/testsuite/tar.tests
@@ -24,7 +24,7 @@ tar: short read
24"" "" 24"" ""
25SKIP= 25SKIP=
26 26
27optional FEATURE_SEAMLESS_GZ 27optional FEATURE_SEAMLESS_GZ GUNZIP
28# In NOMMU case, "invalid magic" message comes from gunzip child process. 28# In NOMMU case, "invalid magic" message comes from gunzip child process.
29# Otherwise, it comes from tar. 29# Otherwise, it comes from tar.
30# Need to fix output up to avoid false positive. 30# Need to fix output up to avoid false positive.