From 84c5bc4664607fdf1f051e9e52ac6d0e4f0be049 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 18 Jan 2022 21:02:32 +0000 Subject: [PATCH] tests: Fix VDDK tests We need to use quoting for the subcommand split across lines. Fixes: commit a39d5773afc3ebab7e5768118a2bccb89a654585 (cherry picked from commit 4df525566b38202ed8a7485ac8e7f06edd5ee49a) --- tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index ad2d43b9..62a6f05b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -171,8 +171,8 @@ if HAVE_VDDK # # make check-vddk vddkdir=vmware-vix-disklib-distrib check-vddk: - $(MAKE) check TESTS="test-vddk-real.sh - test-vddk-real-dump-plugin.sh + $(MAKE) check TESTS="test-vddk-real.sh \ + test-vddk-real-dump-plugin.sh \ test-vddk-real-create.sh" endif HAVE_VDDK -- 2.31.1