aboutsummaryrefslogtreecommitdiffstats
path: root/main/libzdb/test-makefile.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-04-25 22:15:50 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-05-07 18:28:52 +0000
commitd65de9b8864c49b84deb2f1b9a3352995d7fe696 (patch)
tree1c39f0ed0fb2e2a3d23ded5b22230cdf0e13d1e9 /main/libzdb/test-makefile.patch
parentf5cf8a771108f1e4fc87a7f60c26567284929abb (diff)
downloadaports-d65de9b8864c49b84deb2f1b9a3352995d7fe696.tar.bz2
aports-d65de9b8864c49b84deb2f1b9a3352995d7fe696.tar.xz
main/libzdb: update to 3.2
Diffstat (limited to 'main/libzdb/test-makefile.patch')
-rw-r--r--main/libzdb/test-makefile.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/main/libzdb/test-makefile.patch b/main/libzdb/test-makefile.patch
deleted file mode 100644
index 4d810d69e2..0000000000
--- a/main/libzdb/test-makefile.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-./pool is interactive, so we must feed it DB connection on stdin.
---- a/test/Makefile.am
-+++ b/test/Makefile.am
-@@ -17,4 +17,4 @@
- test: unit pool select
-
- verify:
-- @/bin/sh ./exception && ./unit && ./pool
-+ @/bin/sh ./exception && ./unit && echo 'sqlite:///tmp/sqlite.db?synchronous=off&heap_limit=2000' | ./pool
---- a/test/Makefile.in
-+++ b/test/Makefile.in
-@@ -619,7 +619,7 @@
- test: unit pool select
-
- verify:
-- @/bin/sh ./exception && ./unit && ./pool
-+ @/bin/sh ./exception && ./unit && echo 'sqlite:///tmp/sqlite.db?synchronous=off&heap_limit=2000' | ./pool
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
---- a/test/Makefile
-+++ b/test/Makefile
-@@ -619,7 +619,7 @@
- test: unit pool select
-
- verify:
-- @/bin/sh ./exception && ./unit && ./pool
-+ @/bin/sh ./exception && ./unit && echo 'sqlite:///tmp/sqlite.db?synchronous=off&heap_limit=2000' | ./pool
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.