Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
f78ab5396d57512fdada5c7ad6fc917d9a88c52a
/
.
/
testsuite
/
tar
/
tar-extracts-multiple-files
blob: 8ae8cdda523ad7a15904a58dc65adba3e0ae29d9 [
file
] [
log
] [
blame
]
touch foo bar
busybox tar cf foo
.
tar foo bar
rm foo bar
busybox tar
-
xf foo
.
tar
test
-
f foo
test
-
f bar