about summary refs log tree commit diff
path: root/third_party/nix/tests/structured-attrs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/tests/structured-attrs.sh')
-rw-r--r--third_party/nix/tests/structured-attrs.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/third_party/nix/tests/structured-attrs.sh b/third_party/nix/tests/structured-attrs.sh
deleted file mode 100644
index 9ba2672b68..0000000000
--- a/third_party/nix/tests/structured-attrs.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-source common.sh
-
-clearStore
-
-outPath=$(nix-build structured-attrs.nix --no-out-link)
-
-[[ $(cat $outPath/foo) = bar ]]