diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-02-18T16·51+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2010-02-18T16·51+0000 |
commit | 268f9aaf286294c05f34be338ac4ec75e20d1442 (patch) | |
tree | 05a12b3a7413c5d129a9542d0210d45e4b545118 /tests/init.sh | |
parent | 836e5b6f5741c845da08490a6fd8ad9a3f37726e (diff) |
* Implemented queryValidPaths() and verifyStore().
Diffstat (limited to 'tests/init.sh')
-rw-r--r-- | tests/init.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/init.sh b/tests/init.sh index 0639a70662cd..691cb669b72c 100644 --- a/tests/init.sh +++ b/tests/init.sh @@ -96,7 +96,6 @@ mv $NIX_BIN_DIR/nix/download-using-manifests.pl $NIX_BIN_DIR/nix/substituters/do $nixstore --init # Did anything happen? -test -e "$NIX_DB_DIR"/info -test -e "$NIX_DB_DIR"/referrer +test -e "$NIX_DB_DIR"/db.sqlite echo 'Hello World' > ./dummy |