Fix typo in tests

db4
Doug Coleman 2011-11-02 09:15:32 -07:00
parent 4002945c09
commit c44a998ef4
1 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,6 @@
USING: io.standard-paths io.standard-paths.unix tools.test ;
IN: io.standard-paths.unix.tests
[ f ] [ "" find-path ] unit-test
[ "/bin/ls" ] [ "ls" find-path ] unit-test
[ "/sbin/ifconfig" ] [ "ifconfig" find-path ] unit-test
[ f ] [ "" find-in-path ] unit-test
[ "/bin/ls" ] [ "ls" find-in-path ] unit-test
[ "/sbin/ifconfig" ] [ "ifconfig" find-in-path ] unit-test