about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/local.mk2
-rw-r--r--tests/nar-access.nix (renamed from tests/nar-index.nix)0
-rw-r--r--tests/nar-access.sh (renamed from tests/nar-index.sh)4
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/local.mk b/tests/local.mk
index 67b378839a22..47956c23246a 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -14,7 +14,7 @@ nix_tests = \
   placeholders.sh nix-shell.sh \
   linux-sandbox.sh \
   build-remote.sh \
-  nar-index.sh \
+  nar-access.sh \
   structured-attrs.sh \
   fetchGit.sh \
   fetchMercurial.sh
diff --git a/tests/nar-index.nix b/tests/nar-access.nix
index 0e2a7f721135..0e2a7f721135 100644
--- a/tests/nar-index.nix
+++ b/tests/nar-access.nix
diff --git a/tests/nar-index.sh b/tests/nar-access.sh
index 51369346c88a..5c2d3058ccf7 100644
--- a/tests/nar-index.sh
+++ b/tests/nar-access.sh
@@ -1,7 +1,7 @@
 source common.sh
 
 echo "building test path"
-storePath="$(nix-build nar-index.nix -A a --no-out-link)"
+storePath="$(nix-build nar-access.nix -A a --no-out-link)"
 
 cd "$TEST_ROOT"
 
@@ -20,4 +20,4 @@ diff -u data.cat-nar $storePath/foo/data
 
 echo "check that file contents of baz match"
 nix cat-nar $narFile /foo/baz > baz.cat-nar
-diff -u baz.cat-nar $storePath/foo/baz
\ No newline at end of file
+diff -u baz.cat-nar $storePath/foo/baz