diff options
Diffstat (limited to 'capitests')
-rw-r--r-- | capitests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/capitests/Makefile.am b/capitests/Makefile.am index 1dded1e0..6577f69d 100644 --- a/capitests/Makefile.am +++ b/capitests/Makefile.am @@ -37,6 +37,7 @@ TESTS = \ test-config \ test-add-drive-opts \ test-last-errno + 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) \ |