io.standard-paths.unix: ifconfig isnt installed everywhere, but ps is

modern-harvey2
Björn Lindqvist 2017-07-02 17:17:46 +02:00
parent 5156d250b9
commit 6f1f4e5968
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ IN: io.standard-paths.unix.tests
! find-in-path uses the PATH environment variable which does
! not include this directory, so we do.
"/sbin:" "PATH" os-env append "PATH" [
"ifconfig" find-in-path
{ "/sbin/ifconfig" "/usr/bin/ifconfig" } member?
"ps" find-in-path
{ "/sbin/ps" "/usr/bin/ps" } member?
] with-os-env
] unit-test