]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix typo in tests
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 2 Nov 2011 16:15:32 +0000 (09:15 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 2 Nov 2011 16:15:32 +0000 (09:15 -0700)
basis/io/standard-paths/unix/unix-tests.factor

index 7314193541db489fdbe2c708bed12e4272b82676..8b5298d9fb62deea7a9e5e26f9dbdda1d75bbda1 100644 (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