Megatest

justtest.scm at [ffc3c2a09d]
Login

File testlocking/justtest.scm artifact 59ddbd6a63 part of check-in ffc3c2a09d


(print "Starting at "(current-seconds))

(dbfile:with-simple-file-lock "justtesting.lock" 
			      (lambda ()
				(print "got the lock at "(current-seconds)"!")))

(print "Done at: " (current-seconds))
(exit)