about summary refs log tree commit diff
path: root/third_party/nix/tests/shell.shebang.rb
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/tests/shell.shebang.rb')
-rw-r--r--third_party/nix/tests/shell.shebang.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/third_party/nix/tests/shell.shebang.rb b/third_party/nix/tests/shell.shebang.rb
deleted file mode 100644
index ea67eb09c1..0000000000
--- a/third_party/nix/tests/shell.shebang.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-#! @SHELL_PROG@
-#! ruby
-#! nix-shell -I nixpkgs=shell.nix --no-substitute
-#! nix-shell --pure -p ruby -i ruby
-
-# Contents doesn't matter.
-abort("This shouldn't be executed.")