This change feels kind of gross and reveals a fair bit about the disorganization of our tests, but I think it makes parts of it a bit better. Change-Id: Idb8d9a00cbd75d5c156678c6b408b42b59d5e4d7
8 lines
175 B
Ruby
Executable File
8 lines
175 B
Ruby
Executable File
#! @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.")
|