about summary refs log tree commit diff
path: root/tests/init.sh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2010-02-18T16·51+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2010-02-18T16·51+0000
commit268f9aaf286294c05f34be338ac4ec75e20d1442 (patch)
tree05a12b3a7413c5d129a9542d0210d45e4b545118 /tests/init.sh
parent836e5b6f5741c845da08490a6fd8ad9a3f37726e (diff)
* Implemented queryValidPaths() and verifyStore().
Diffstat (limited to 'tests/init.sh')
-rw-r--r--tests/init.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/init.sh b/tests/init.sh
index 0639a70662..691cb669b7 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