summaryrefslogtreecommitdiff
path: root/tests/testweb/subdir/spiffy-access
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testweb/subdir/spiffy-access')
-rw-r--r--tests/testweb/subdir/spiffy-access4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/testweb/subdir/spiffy-access b/tests/testweb/subdir/spiffy-access
new file mode 100644
index 0000000..265eb7b
--- /dev/null
+++ b/tests/testweb/subdir/spiffy-access
@@ -0,0 +1,4 @@
+(lambda (continue)
+ (let ((counter (with-input-from-file "counter" read)))
+ (with-output-to-file "counter" (lambda () (write (add1 counter)))))
+ (continue))