http://git.etherboot.org
/
people
/
mcb30
/
busybox.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b76f023012b1b7eda10eff774fc389dd9ea550d4
[people/mcb30/busybox.git]
/
testsuite
/
tar
/
tar-handles-empty-include-and-non-empty-exclude-list
1
# FEATURE: CONFIG_FEATURE_TAR_EXCLUDE
2
touch foo
3
tar cf foo.tar foo
4
echo foo >foo.exclude
5
busybox tar xf foo.tar -X foo.exclude