Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
2ee82723a8a90d7aefa445e288b1f3427d75301d
/
.
/
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