mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
Merge pull request #1319 from rivy/fix.touch
fix ~ touch: fix and test for windows
This commit is contained in:
commit
cefbe6c1f2
3 changed files with 4 additions and 29 deletions
|
@ -26,7 +26,6 @@ unix_only! {
|
|||
"pathchk", test_pathchk;
|
||||
"pinky", test_pinky;
|
||||
"stdbuf", test_stdbuf;
|
||||
"touch", test_touch;
|
||||
"unlink", test_unlink;
|
||||
"who", test_who;
|
||||
// Be aware of the trailing semicolon after the last item
|
||||
|
@ -86,6 +85,7 @@ generic! {
|
|||
"tac", test_tac;
|
||||
"tail", test_tail;
|
||||
"test", test_test;
|
||||
"touch", test_touch;
|
||||
"tr", test_tr;
|
||||
"true", test_true;
|
||||
"truncate", test_truncate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue