about summary refs log tree commit diff
path: root/third_party/nix/tests/pass-as-file.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/tests/pass-as-file.sh')
-rw-r--r--third_party/nix/tests/pass-as-file.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/nix/tests/pass-as-file.sh b/third_party/nix/tests/pass-as-file.sh
index 3dfe10baa2..2c0bc5031a 100644
--- a/third_party/nix/tests/pass-as-file.sh
+++ b/third_party/nix/tests/pass-as-file.sh
@@ -10,6 +10,7 @@ mkDerivation {
   passAsFile = [ \"foo\" ];
   foo = [ \"xyzzy\" ];
   builder = builtins.toFile \"builder.sh\" ''
+    [ \"\$(basename \$fooPath)\" = .attr-1bp7cri8hplaz6hbz0v4f0nl44rl84q1sg25kgwqzipzd1mv89ic ]
     [ \"\$(cat \$fooPath)\" = xyzzy ]
     touch \$out
   '';