Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-01 | Now that both sed instances are using -E, we don't need to call it twice. | Rob Landley | |
2020-02-01 | chattr.test/lsattr.test: fix on more kernels/fses. | Elliott Hughes | |
The tests now pass on all the systems available to me (cloud Android with encrypted f2fs, current AOSP with regular f2fs, and current Debian testing with ext4). | |||
2020-02-01 | Collate sed calls and remove trailing spaces. | Rob Landley | |
2020-01-31 | chattr.test: fix tests. | Elliott Hughes | |
Cope with all the extra flags added recently, and ignore random stuff from the environment like extents and encryption. Tested on a cloud Android emulator with f2fs. | |||
2019-01-07 | Use `return` rather than `continue` to make bash 4.4 happy. | Elliott Hughes | |
Otherwise we get this error: continue: only meaningful in a 'for', 'while', or 'until' loop | |||
2016-07-08 | Fix typo in chattr test. | Elliott Hughes | |
2016-07-04 | Fix chattr and date tests. | Rob Landley | |
2016-03-02 | Factor out command name at the start of test name, have runtest.sh print it. | Rob Landley | |
2016-03-02 | Split lsattr/chattr tests. | Rob Landley | |