File: test.patch

package info (click to toggle)
lua-apr 0.23.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,248 kB
  • sloc: ansic: 8,791; makefile: 154; sh: 20
file content (7 lines) | stat: -rw-r--r-- 298 bytes parent folder | download
1
2
3
4
5
6
7
Index: lua-apr-0.18.2/test.lua
===================================================================
--- /dev/null	1970-01-01 00:00:00.000000000 +0000
+++ lua-apr-0.18.2/test.lua	2011-06-17 16:46:44.000000000 +0200
@@ -0,0 +1,2 @@
+package.path = package.path .. ";?/init.lua"
+require "apr.test" ()