aboutsummaryrefslogtreecommitdiff
path: root/tests/referrers.sh
AgeCommit message (Collapse)Author
2019-11-26Disallow empty store path namesEelco Dolstra
Fixes #3239.
2016-08-10Remove $NIX_DB_DIREelco Dolstra
This variable has no reason to exist, given $NIX_STATE_DIR.
2016-04-21Fix test failuresEelco Dolstra
2014-02-06Clean up a test warningEelco Dolstra
2012-07-27Use "set -x" in the tests to see where a test failsEelco Dolstra
2011-10-10* Refactoring: remove unnecessary variables from the tests.Eelco Dolstra
2010-02-24(no commit message)Eelco Dolstra
2010-02-24* Don't fork so much.Eelco Dolstra
2010-02-19* Foreign key support in SQLite is not a persistent setting, so enableEelco Dolstra
it at startup. * Implement negative caching. Now `make check' passes.
2008-06-10* Fixed compatibility with old versions of "wc" that print whitespaceEelco Dolstra
before the count.
2008-06-09* Merged the no-bdb branch (-r10900:HEADEelco Dolstra
https://svn.nixos.org/repos/nix/nix/branches/no-bdb).
2006-09-21* `nix-install-package --url': install from a URL (NIX-12).Eelco Dolstra
* `nix-install-package --help' (NIX-9). * `nix-install-package --non-interactive': don't prompt or pause. * Tests for nix-install-package. * Security fixes: filter the values obtained from the nixpkg.
2006-06-16* Skip this test on Cygwin, too slow (and doesn't test anything ↵Eelco Dolstra
Cygwin-specific).
2006-03-01* Simplification.Eelco Dolstra
2006-03-01* Make it easy to run individual tests from the command line.Eelco Dolstra
2005-12-15* Typo.Eelco Dolstra
2005-12-11* Add a test to demonstrate the quadratic complexity of referrerEelco Dolstra
(de)registration, in particular garbage collection (NIX-23).