about summary refs log tree commit diff
path: root/tests/referrers.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-08-10 Remove $NIX_DB_DIREelco Dolstra1-1/+1
This variable has no reason to exist, given $NIX_STATE_DIR.
2016-04-21 Fix test failuresEelco Dolstra1-4/+4
2014-02-06 Clean up a test warningEelco Dolstra1-1/+1
2012-07-27 Use "set -x" in the tests to see where a test failsEelco Dolstra1-0/+2
2011-10-10 * Refactoring: remove unnecessary variables from the tests.Eelco Dolstra1-3/+3
2010-02-24 (no commit message)Eelco Dolstra1-3/+3
2010-02-24 * Don't fork so much.Eelco Dolstra1-5/+2
2010-02-19 * Foreign key support in SQLite is not a persistent setting, so enableEelco Dolstra1-24/+3
it at startup. * Implement negative caching. Now `make check' passes.
2008-06-10 * Fixed compatibility with old versions of "wc" that print whitespaceEelco Dolstra1-2/+2
before the count.
2008-06-09 * Merged the no-bdb branch (-r10900:HEADEelco Dolstra1-5/+43
https://svn.nixos.org/repos/nix/nix/branches/no-bdb).
2006-09-21 * `nix-install-package --url': install from a URL (NIX-12).Eelco Dolstra1-1/+1
* `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 Dolstra1-0/+3
Cygwin-specific).
2006-03-01 * Simplification.Eelco Dolstra1-3/+3
2006-03-01 * Make it easy to run individual tests from the command line.Eelco Dolstra1-0/+2
2005-12-15 * Typo.Eelco Dolstra1-1/+1
2005-12-11 * Add a test to demonstrate the quadratic complexity of referrerEelco Dolstra1-0/+15
(de)registration, in particular garbage collection (NIX-23).