diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-12-14T22·31+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-12-14T22·31+0000 |
commit | 23bf700196b4fa05a2da55798644f8adc2e1d7b1 (patch) | |
tree | f8e3186b64eef9976f7ac4143b871a2df245a581 /tests/Makefile.am | |
parent | c8c0380744afd107611bba17127a182ecebd4e0b (diff) |
* Oops, the daemon test wasn't actually using the daemon.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 676a9c387b18..38bfa139d767 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,4 @@ -TESTS_ENVIRONMENT = $(bash) -e +TESTS_ENVIRONMENT = NIX_REMOTE= $(bash) -e extra1 = $(shell pwd)/test-tmp/shared |