diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-11-10 10:51:46 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-11-10 10:52:12 +0000 |
commit | 2ee6ea2ce128d200928173f3d4b40cadae17de93 (patch) | |
tree | d17295b75a359d881021c56521419bc3d0e05565 /capitests | |
parent | 8ac9575b204a8ac85f9030500cb6eabbf6aa3226 (diff) | |
download | libguestfs-2ee6ea2ce128d200928173f3d4b40cadae17de93.tar.gz libguestfs-2ee6ea2ce128d200928173f3d4b40cadae17de93.tar.xz libguestfs-2ee6ea2ce128d200928173f3d4b40cadae17de93.zip |
capitests: Add whitespace in Makefile.
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) \ |