fix last globs test on windows

db4
Joe Groff 2010-02-16 22:19:56 -08:00
parent 10bc247ed4
commit a9c13e0301
1 changed files with 1 additions and 1 deletions

2
basis/globs/globs-tests.factor Normal file → Executable file
View File

@ -30,7 +30,7 @@ IN: globs.tests
[ t ] [ "fo\\*" glob-pattern? ] unit-test
[ t ] [ "fo{o,bro}" glob-pattern? ] unit-test
"foo" "bar" append-path 1array
{ "foo" "bar" } path-separator join 1array
[ { "foo" "bar" "ba?" } path-separator join glob-parent-directory ] unit-test
[ "foo" ]