about summary refs log tree commit diff
path: root/third_party/nix/tests/nix-profile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/tests/nix-profile.sh')
-rw-r--r--third_party/nix/tests/nix-profile.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/third_party/nix/tests/nix-profile.sh b/third_party/nix/tests/nix-profile.sh
deleted file mode 100644
index e2e0d10908..0000000000
--- a/third_party/nix/tests/nix-profile.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-source common.sh
-
-sed -e "s|@localstatedir@|$TEST_ROOT/profile-var|g" -e "s|@coreutils@|$coreutils|g" < ../scripts/nix-profile.sh.in > $TEST_ROOT/nix-profile.sh
-
-user=$(whoami)
-rm -rf $TEST_HOME $TEST_ROOT/profile-var
-mkdir -p $TEST_HOME
-USER=$user $SHELL -e -c ". $TEST_ROOT/nix-profile.sh; set"
-USER=$user $SHELL -e -c ". $TEST_ROOT/nix-profile.sh" # test idempotency