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

Merge pull request #1490 from sylvestre/uname

Add `uname` test + doc update regarding testing
This commit is contained in:
Roy Ivy III 2020-05-03 13:00:21 -05:00 committed by GitHub
commit 78dc71630c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 25 additions and 0 deletions

View file

@ -29,6 +29,7 @@ unix_only! {
"pathchk", test_pathchk;
"pinky", test_pinky;
"stdbuf", test_stdbuf;
"uname", test_uname;
"unlink", test_unlink;
"who", test_who;
// Be aware of the trailing semicolon after the last item