summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-06-28 13:49:32 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-06-28 13:49:32 +0100
commit27efd99ddb5fcf16e0c58ecfee8832ec53d3c9ff (patch)
tree35f169659913c2a91d2b445b7b2c86de2c4547ab /haskell
parent2f1a602c4bc8988c538297dbf49e6c9b486e2441 (diff)
downloadlibguestfs-27efd99ddb5fcf16e0c58ecfee8832ec53d3c9ff.tar.gz
libguestfs-27efd99ddb5fcf16e0c58ecfee8832ec53d3c9ff.tar.xz
libguestfs-27efd99ddb5fcf16e0c58ecfee8832ec53d3c9ff.zip
tests: Reformat TESTS_ENVIRONMENT so all use a standard format.
No functional change.
Diffstat (limited to 'haskell')
-rw-r--r--haskell/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/haskell/Makefile.am b/haskell/Makefile.am
index 866b85e5..26d76c57 100644
--- a/haskell/Makefile.am
+++ b/haskell/Makefile.am
@@ -27,9 +27,7 @@ EXTRA_DIST = $(generator_built) *.hs run-bindtests
if HAVE_HASKELL
-TESTS_ENVIRONMENT = \
- $(top_builddir)/run --test \
- $(VG)
+TESTS_ENVIRONMENT = $(top_builddir)/run --test $(VG)
# Don't run the bindtests: they don't build since the addition of optargs.
# Haskell bindings are incomplete.