From: Stoiko Ivanov Date: Tue, 19 Jan 2021 10:38:11 +0000 (+0100) Subject: buildsys: fix PERLLIB setting in tests/Makefile X-Git-Url: https://git.proxmox.com/?p=pmg-api.git;a=commitdiff_plain;h=788857eccbbf8446dedd6a5fa1a3b6405d36af49 buildsys: fix PERLLIB setting in tests/Makefile Make variables don't need quoting - and with quotes the PERLLIB is literally set to ".." instead of .. (only the latter works) Signed-off-by: Stoiko Ivanov --- diff --git a/src/tests/Makefile b/src/tests/Makefile index 84075c4..79310b3 100644 --- a/src/tests/Makefile +++ b/src/tests/Makefile @@ -1,6 +1,6 @@ #export TESTDB = "Proxmox_testdb" -export PERLIB = ".." +export PERLLIB = .. all: