Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-11 | env.test: fix new test for toybox echo. | Elliott Hughes | |
The test relied on the non-builtins not being toybox (or another multicall binary). A multicall binary will actually look at the symlinked name (in this case "true") and do what it says on the tin. Use a tiny shell script instead. | |||
2019-07-06 | Add comment and test. | Rob Landley | |
2019-05-03 | env: fix case where a variable is replaced. | Elliott Hughes | |
Found when trying to update the toybox prebuilt used for the Android build. Also add the corresponding test. | |||
2019-04-20 | New xsetenv() plumbing (repeatedly set same environment variables without | Rob Landley | |
leaking memory), and mod env command to test it. | |||
2019-03-18 | cmp/env/nice/nohup/sort: use TOYFLAG_ARGFAIL. | Elliott Hughes | |
Also be a bit more consistent about `COMMAND [ARG...]` in usage text. | |||
2017-07-23 | Add basic env.test | Rob Landley | |