Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
9f894f4062dbdd427895a9d12ca06e34791a4fb3
/
.
/
testsuite
/
tar
/
tar-extracts-multiple-files
blob: e26901e8c7fd9b55264c9793556b6765de3605b9 [
file
] [
log
] [
blame
]
Matt Kraai
3889078
2001-10-30 23:11:20 +0000
[
diff
] [
blame
]
1
touch foo bar
2
tar cf foo
.
tar foo bar
3
rm foo bar
4
busybox tar xf foo
.
tar
5
test
-
f foo
-
a
-
f bar