diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-08-13T13·15+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-08-13T13·15+0000 |
commit | 550ba9ebb4b1b2415c9930879cfa6937f7fa916a (patch) | |
tree | 3c15b0a01c59be162a17bb003d09fbd80ba01aa1 /tests/fallback.nix.in | |
parent | 3757ee589f46a401fdacaa2126e6bf4902eee23d (diff) |
* Fix the tests.
Diffstat (limited to 'tests/fallback.nix.in')
-rw-r--r-- | tests/fallback.nix.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/fallback.nix.in b/tests/fallback.nix.in deleted file mode 100644 index e47b59823bd0..000000000000 --- a/tests/fallback.nix.in +++ /dev/null @@ -1,7 +0,0 @@ -derivation { - name = "fall-back"; - system = "@system@"; - builder = "@shell@"; - args = ["-e" "-x" ./simple.builder.sh]; - goodPath = "@testPath@"; -} |