From: Harald Hoyer Date: Thu, 12 Mar 2020 12:22:10 +0000 (+0100) Subject: TEST-41-NBD-NM/Makefile: should be based on TEST-40-NBD not TEST-20-NFS X-Git-Tag: 051~196 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b396a7d5092cec4c7b185bda63906069b8ec320;p=thirdparty%2Fdracut.git TEST-41-NBD-NM/Makefile: should be based on TEST-40-NBD not TEST-20-NFS --- diff --git a/test/TEST-41-NBD-NM/Makefile b/test/TEST-41-NBD-NM/Makefile index b19122a1d..47c90c31f 100644 --- a/test/TEST-41-NBD-NM/Makefile +++ b/test/TEST-41-NBD-NM/Makefile @@ -1,6 +1,6 @@ .PHONY: all setup clean run -BASETEST=../TEST-20-NFS +BASETEST=../TEST-40-NBD all: @$(MAKE) NM=1 -s --no-print-directory -C $(BASETEST) all