io.directories: use factor for touch-file.
parent
f0013a8815
commit
c56dd706ce
|
@ -160,9 +160,13 @@ system tools.test ;
|
||||||
{ } [ "copy-tree-test" delete-tree ] unit-test
|
{ } [ "copy-tree-test" delete-tree ] unit-test
|
||||||
|
|
||||||
! Issue #890
|
! Issue #890
|
||||||
{ } [
|
{ f t } [
|
||||||
"foo" [ make-directories ] keep
|
"foo" [ make-directories ] keep
|
||||||
[ vm-path "-help" 2array try-output-process ] with-directory
|
[
|
||||||
|
"bar" exists?
|
||||||
|
vm-path "-e=USE: io.directories \"bar\" touch-file" 2array try-output-process
|
||||||
|
"bar" exists?
|
||||||
|
] with-directory
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
||||||
{ t } [
|
{ t } [
|
||||||
|
|
Loading…
Reference in New Issue