about summary refs log tree commit diff
path: root/third_party/nix/tests/lang.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/tests/lang.sh')
-rw-r--r--third_party/nix/tests/lang.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/third_party/nix/tests/lang.sh b/third_party/nix/tests/lang.sh
index c797a2a74e..151a713166 100644
--- a/third_party/nix/tests/lang.sh
+++ b/third_party/nix/tests/lang.sh
@@ -1,5 +1,3 @@
-source common.sh
-
 export TEST_VAR=foo # for eval-okay-getenv.nix
 
 nix-instantiate --eval -E 'builtins.trace "Hello" 123' 2>&1 | grep -q Hello