Added CONFIG_CLEAR and CONFIG_RESET to config.maemo
[busybox4maemo] / testsuite / tar / tar-extracts-to-standard-output
1 echo foo > foo
2 tar cf foo.tar foo
3 cat foo.tar | busybox tar Ox | cmp foo -