repo.or.cz
/
busybox-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cut: code shrink
[busybox-git.git]
/
testsuite
/
tar
/
tar-handles-empty-include-and-non-empty-exclude-list
blob
503364230d7244f48c10fc8a384a92635f72f7b3
1
# FEATURE: CONFIG_FEATURE_TAR_FROM
2
# FEATURE: CONFIG_FEATURE_TAR_CREATE
3
touch foo
4
tar cf foo.tar foo
5
echo foo >foo.exclude
6
busybox tar xf foo.tar -X foo.exclude