]> git.proxmox.com Git - pmg-api.git/commitdiff
buildsys: fix PERLLIB setting in tests/Makefile
authorStoiko Ivanov <s.ivanov@proxmox.com>
Tue, 19 Jan 2021 10:38:11 +0000 (11:38 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 20 Jan 2021 10:28:49 +0000 (11:28 +0100)
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 <s.ivanov@proxmox.com>
src/tests/Makefile

index 84075c4e47b2c4d6193ad7690a514617e2256299..79310b3e161979ca81cb4e63751dc92a50dd678d 100644 (file)
@@ -1,6 +1,6 @@
 #export TESTDB = "Proxmox_testdb"
 
-export PERLIB = ".."
+export PERLLIB = ..
 
 all: