mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
touch: fix ~ activate tests on non-unix platforms
This commit is contained in:
parent
256a403caa
commit
2cf92a3e69
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,6 @@ unix_only! {
|
||||||
"pathchk", test_pathchk;
|
"pathchk", test_pathchk;
|
||||||
"pinky", test_pinky;
|
"pinky", test_pinky;
|
||||||
"stdbuf", test_stdbuf;
|
"stdbuf", test_stdbuf;
|
||||||
"touch", test_touch;
|
|
||||||
"unlink", test_unlink;
|
"unlink", test_unlink;
|
||||||
"who", test_who;
|
"who", test_who;
|
||||||
// Be aware of the trailing semicolon after the last item
|
// Be aware of the trailing semicolon after the last item
|
||||||
|
@ -86,6 +85,7 @@ generic! {
|
||||||
"tac", test_tac;
|
"tac", test_tac;
|
||||||
"tail", test_tail;
|
"tail", test_tail;
|
||||||
"test", test_test;
|
"test", test_test;
|
||||||
|
"touch", test_touch;
|
||||||
"tr", test_tr;
|
"tr", test_tr;
|
||||||
"true", test_true;
|
"true", test_true;
|
||||||
"truncate", test_truncate;
|
"truncate", test_truncate;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue