:: commit 657eb7c856ce354e12faa868da7d94d056e552ca

Marvin Friedrich <contact@marvinf.com> — 2024-12-03 23:38

parents: 9f57585e0a

test: Add sbin to PATH because of bad packaging

diff --git a/test.mk b/test.mk
index 2af847f7..3b086247 100644
--- a/test.mk
+++ b/test.mk
@@ -36,8 +36,8 @@ ovmf-loongarch64:
 test.hdd:
 	rm -f test.hdd
 	dd if=/dev/zero bs=1M count=0 seek=64 of=test.hdd
-	parted -s test.hdd mklabel gpt
-	parted -s test.hdd mkpart primary 2048s 100%
+	PATH=$PATH:/sbin:/usr/sbin parted -s test.hdd mklabel gpt
+	PATH=$PATH:/sbin:/usr/sbin parted -s test.hdd mkpart primary 2048s 100%
 
 .PHONY: mbrtest.hdd
 mbrtest.hdd:
tab: 248 wrap: offon