diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-07-20T12·58+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-07-20T12·58+0000 |
commit | 410760c5ab696779bfd26bbd8026827ec436a201 (patch) | |
tree | ea4e2283ac2a831e5779e3f9c896ec887e8ee350 /tests | |
parent | ee2cf45d76a12542fa7c29563cfd9a67524479d8 (diff) |
* Doh.
Diffstat (limited to 'tests')
-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 b04f725c1bf0..8a432d8996d6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -27,7 +27,7 @@ $(TESTS): common.sh EXTRA_DIST = $(TESTS) \ simple.nix.in simple.builder.sh \ - hash-check.nix.in \ + hash-check.nix \ dependencies.nix.in dependencies.builder*.sh \ locking.nix.in locking.builder.sh \ parallel.nix.in parallel.builder.sh \ |