]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/http/http-tests.factor
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / basis / http / http-tests.factor
index 49ef03543ece56cf77111822b4bd5c498e301c13..608ba0c88fd1205bf06280376f7086e2eb11cb1b 100644 (file)
@@ -182,7 +182,7 @@ http.server.dispatchers db.tuples ;
         [ stop-this-server "Goodbye" "text/html" <content> ] >>display
     "quit" add-responder ;
 
-: test-db "test.db" temp-file sqlite-db ;
+: test-db "test.db" temp-file <sqlite-db> ;
 
 [ test-db drop delete-file ] ignore-errors