Revert "io.directories: Don't use ``touch`` because it's not default on Windows."

This reverts commit 4a6bd57977.

We don't test anything without try-process.
master
Doug Coleman 2020-04-11 12:39:22 -05:00
parent 4a6bd57977
commit 723072726e
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ io.launcher io.pathnames kernel sequences tools.test ;
! Issue #890
{ } [
"foo" [ make-directories ] keep
[ "bar" touch-file ] with-directory
[ "touch bar" try-output-process ] with-directory
] unit-test
{ t } [