Files
applets
archival
console-tools
coreutils
debian
debianutils
docs
editors
examples
findutils
include
init
libbb
libpwdgrp
loginutils
miscutils
modutils
networking
procps
scripts
shell
sysdeps
sysklogd
tests
testsuite
basename
bunzip2
cat
cmp
cp
cut
dd
dirname
echo
false
find
grep
gunzip
gzip
md5sum
mkdir
msh
mv
pwd
rm
rmdir
sed
strings
tar
tar-archives-multiple-files
tar-complains-about-missing-file
tar-demands-at-least-one-ctx
tar-demands-at-most-one-ctx
tar-extracts-file
tar-extracts-from-standard-input
tar-extracts-multiple-files
tar-handles-cz-options
tar-handles-empty-include-and-non-empty-exclude-list
tar-handles-exclude-and-extract-lists
tar-handles-multiple-X-options
tar-handles-nested-exclude
tee
touch
true
uuencode
wc
wget
which
README
TODO
runtest
util-linux
.cvsignore
.indent.pro
AUTHORS
Changelog
INSTALL
LICENSE
Makefile
README
Rules.mak
TODO
busybox/testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list
Matt Kraai 6b140ea5a9 * testsuite/README: Change "UNSUPPORTED" tag to "FEATURE".
* testsuite/runtest (run_applet_testcase): Likewise.
* testsuite/cp/cp-preserves-hard-links: Likewise.
* testsuite/grep/egrep-supports-extended-regexps: Likewise.
* testsuite/grep/grep-is-also-egrep: Likewise.
* testsuite/tar/tar-archives-multiple-files: Likewise.
* testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list:
  Likewise.
* testsuite/tar/tar-handles-exclude-and-extract-lists: Likewise.
* testsuite/tar/tar-handles-nested-exclude: Likewise.
2002-02-19 23:43:08 +00:00

6 lines
127 B
Plaintext

# FEATURE: CONFIG_FEATURE_TAR_EXCLUDE
touch foo
tar cf foo.tar foo
echo foo >foo.exclude
busybox tar xf foo.tar -X foo.exclude