about summary refs log tree commit diff
path: root/tests/nix-push.sh
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2016-08-10T15·13-0400
committerShea Levy <shea@shealevy.com>2016-08-10T15·13-0400
commit6e51af80231b2a35ba3f5edffa7e235b239955a0 (patch)
treeb85e8f8f0257c2415e603eba86448f4ff24c918a /tests/nix-push.sh
parenta6eed133c5a3602037bc48675ca783185cca5454 (diff)
Nuke nix-push.
Rarely used, nix copy replaces it.
Diffstat (limited to 'tests/nix-push.sh')
-rw-r--r--tests/nix-push.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/nix-push.sh b/tests/nix-push.sh
deleted file mode 100644
index 8ea59516c62c..000000000000
--- a/tests/nix-push.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-source common.sh
-
-clearStore
-
-drvPath=$(nix-instantiate dependencies.nix)
-outPath=$(nix-store -r $drvPath)
-
-echo "pushing $drvPath"
-
-mkdir -p $TEST_ROOT/cache
-
-nix-push --dest $TEST_ROOT/cache --manifest $drvPath --bzip2