10 lines
291 B
Factor
10 lines
291 B
Factor
|
! Copyright (C) 2011 Doug Coleman.
|
||
|
! See http://factorcode.org/license.txt for BSD license.
|
||
|
USING: io.standard-paths io.standard-paths.macosx tools.test ;
|
||
|
IN: io.standard-paths.macosx.tests
|
||
|
|
||
|
[ "/System/Library/CoreServices/Finder.app" ]
|
||
|
[ "com.apple.finder" find-native-bundle ] unit-test
|
||
|
|
||
|
|