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

Merge pull request #1511 from sylvestre/more

fix(more) handle no arguments without panic; add test and a FixME
This commit is contained in:
Roy Ivy III 2020-05-15 19:17:01 -05:00 committed by GitHub
commit 8e886c30dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 0 deletions

View file

@ -78,6 +78,7 @@ generic! {
"ls", test_ls;
"mkdir", test_mkdir;
"mktemp", test_mktemp;
"more", test_more;
"mv", test_mv;
"numfmt", test_numfmt;
"nl", test_nl;