From a60c3d9e7a190120259eda1326d576104d9316e4 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 10 Nov 2010 10:51:46 +0000 Subject: [PATCH] capitests: Add whitespace in Makefile. Cherry picked from commit 2ee6ea2ce128d200928173f3d4b40cadae17de93. --- capitests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/capitests/Makefile.am b/capitests/Makefile.am index 435b1ee..d2d5b38 100644 --- a/capitests/Makefile.am +++ b/capitests/Makefile.am @@ -35,6 +35,7 @@ TESTS = \ test-create-handle \ test-config \ test-add-drive-opts + TESTS_ENVIRONMENT = \ SKIP_TEST_COMMAND=$(shell ldd test-command | grep -sq 'not a dynamic executable' || echo 1) \ SKIP_TEST_COMMAND_LINES=$(shell ldd test-command | grep -sq 'not a dynamic executable' || echo 1) \ -- 1.8.3.1