diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-07-25T07·25+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-07-25T07·25+0000 |
commit | 33efb52e022a815d88f79e31edd5209837cbee3c (patch) | |
tree | 80ebf0054baa8848f507f6ff90f9e438afdf5826 /tests/Makefile.am | |
parent | 3fae65d4ccea78eeb0aef5acb4b613a0547a4c6d (diff) |
* Hack to get around the libtool wrapper script around nix-store not
working when PATH is unset.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 8a1b824d0c3f..13643b7f6b26 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -40,7 +40,6 @@ gc-concurrent.sh: gc-concurrent.nix gc-concurrent2.nix TESTS = init.sh hash.sh lang.sh simple.sh dependencies.sh locking.sh parallel.sh \ build-hook.sh substitutes.sh substitutes2.sh fallback.sh nix-push.sh gc.sh \ gc-concurrent.sh verify.sh nix-pull.sh -#TESTS = init.sh gc.sh XFAIL_TESTS = |