1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

test(printenv): add some tests

This commit is contained in:
Sylvestre Ledru 2020-05-02 16:54:29 +02:00 committed by Roy Ivy III
parent 78dc71630c
commit bee8ab744e
2 changed files with 31 additions and 0 deletions

View file

@ -77,6 +77,7 @@ generic! {
"nl", test_nl;
"od", test_od;
"paste", test_paste;
"printenv", test_printenv;
"printf", test_printf;
"ptx", test_ptx;
"pwd", test_pwd;