Files
applets
applets_sh
arch
archival
configs
console-tools
coreutils
debianutils
docs
e2fsprogs
editors
examples
findutils
include
init
klibc-utils
libbb
libpwdgrp
loginutils
mailutils
miscutils
modutils
networking
printutils
procps
qemu_multiarch_testing
runit
scripts
selinux
shell
sysklogd
testsuite
basename
bunzip2
bzcat
cat
cmp
cp
cut
date
dd
dirname
du
echo
expand
expr
false
find
gunzip
gzip
gzip-accepts-multiple-files
gzip-accepts-single-minus
gzip-compression-levels
gzip-removes-original-file
head
hostid
hostname
id
ln
ls
md5sum
mkdir
mv
paste
pwd
rm
rmdir
strings
tail
tar
tee
touch
tr
true
unexpand
uptime
wc
wget
which
xargs
README
TODO
all_sourcecode.tests
ar.tests
ash.tests
awk.tests
awk_t1.tar.bz2
bunzip2.tests
busybox.tests
bz2_issue_11.bz2
bz2_issue_12.bz2
bzcat.tests
cal.tests
comm.tests
cp.tests
cpio.tests
cryptpw.tests
cut.tests
dc.tests
diff.tests
expand.tests
factor.tests
find.tests
fold.tests
grep.tests
gunzip.tests
ls.mk_uni_tests
ls.tests
makedevs.device_table.txt
makedevs.tests
md5sum.tests
mdev.tests
mkfs.minix.tests
mount.testroot
mount.tests
od.tests
parse.tests
patch.tests
pidof.tests
printf.tests
readlink.tests
runtest
rx.tests
sed.tests
seq.tests
sha1sum.tests
sha256sum.tests
sha3sum.tests
sha512sum.tests
sort.tests
start-stop-daemon.tests
sum.tests
tail.tests
tar.tests
tar.utf8.tar.bz2
taskset.tests
test.tests
testing.sh
tr.tests
umlwrapper.sh
uncompress.tests
unexpand.tests
uniq.tests
unlzma.tests
unlzma_issue_1.lzma
unlzma_issue_2.lzma
unzip.tests
uuencode.tests
xargs.tests
util-linux
.gitignore
.indent.pro
AUTHORS
Config.in
INSTALL
LICENSE
Makefile
Makefile.custom
Makefile.flags
Makefile.help
NOFORK_NOEXEC.lst
NOFORK_NOEXEC.sh
README
TODO
TODO_unicode
make_single_applets.sh
size_single_applets.sh
busybox/testsuite/gzip/gzip-accepts-multiple-files
Matt Kraai 9bd49d6a22 * archival/gzip.c (ifname, ofname): Delete.
(gzip_main): Handle multiple files.
* include/usage.h (gzip_trivial_usage): Allow multiple FILEs.
  (gzip_full_usage): Ditto.
* testsuite/gzip/gzip-accepts-multiple-files: New.
* testsuite/gzip/gzip-removes-original-file: New.
2002-02-05 22:31:48 +00:00

4 lines
63 B
Plaintext

touch foo bar
busybox gzip foo bar
test -f foo.gz -a -f bar.gz