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

master
Doug Coleman 2020-04-10 21:44:38 -07:00
parent cff2fde9f9
commit 4a6bd57977
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 ! Issue #890
{ } [ { } [
"foo" [ make-directories ] keep "foo" [ make-directories ] keep
[ "touch bar" try-output-process ] with-directory [ "bar" touch-file ] with-directory
] unit-test ] unit-test
{ t } [ { t } [