diff options
Diffstat (limited to 'third_party/nix/tests/simple.builder.sh')
-rw-r--r-- | third_party/nix/tests/simple.builder.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/third_party/nix/tests/simple.builder.sh b/third_party/nix/tests/simple.builder.sh deleted file mode 100644 index 569e8ca88c1e..000000000000 --- a/third_party/nix/tests/simple.builder.sh +++ /dev/null @@ -1,11 +0,0 @@ -echo "PATH=$PATH" - -# Verify that the PATH is empty. -if mkdir foo 2> /dev/null; then exit 1; fi - -# Set a PATH (!!! impure). -export PATH=$goodPath - -mkdir $out - -echo "Hello World!" > $out/hello \ No newline at end of file |