Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-20 | Test doesn't need the < /dev/null and input being a pipe doesn't make | Rob Landley | |
legacy cpio think it's reading from 1970's era reel-to-reel magnetic tape. | |||
2021-04-17 | Teach cpio to skip runs of NUL bytes between records. | Rob Landley | |
2021-04-16 | cpio: continue past TRAILER!!! (like kernel does) but error on empty archive. | Rob Landley | |
2021-03-01 | Yi-yo Chiang wants cpio -u implemented, and sent some tests. | Rob Landley | |
2021-02-08 | Yi-Yo Chiang reported that readlink() failures could corrupt archive | Rob Landley | |
by not writing as much payload as the header promised. | |||
2020-08-21 | cpio: fixes for Android kernel build. | Elliott Hughes | |
Allow -pd to work by changing -p from an option that takes an argument to an option that implies there will be an argument (that is, `-pd x` is `-p -d x` with x being the directory for -p, rather than `-p d x` with d being the directory, as we previously interpreted it). Fix -d (aka --make-directories) to not be a no-op. Previously we acted as if this was always on. Accept --quiet and effectively just ignore it, since toybox cpio doesn't seem to produce any output that --quiet would suppress. | |||
2020-05-13 | More tests that don't pass TEST_HOST. (The file one is checking for | Rob Landley | |
overly-specific output again.) | |||
2016-03-02 | Factor out command name at the start of test name, have runtest.sh print it. | Rob Landley | |
2016-01-31 | More testsuite tweaks. | Rob Landley | |
2014-09-20 | Move testsuite out of scripts/test into its own top level tests directory, ↵ | Rob Landley | |
and make ctrl-c kill "make test" more reliably. |