aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-01-06 12:43:07 +0100
committerEelco Dolstra <edolstra@gmail.com>2020-01-06 12:43:07 +0100
commit1dc29df1d384e90d0604e1b21150cfc93b58ff56 (patch)
treec48f2e772fa5d01eda24f1bd165380f2534dd25a /tests
parentc7866733d7ce2836fbb43de90dd64d17b0d20753 (diff)
parent0486e87791f0d50f98ccd46c56f32ecc4e1bc79c (diff)
Merge remote-tracking branch 'origin/master' into flakes
Diffstat (limited to 'tests')
-rw-r--r--tests/pass-as-file.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pass-as-file.sh b/tests/pass-as-file.sh
index 3dfe10baa..2c0bc5031 100644
--- a/tests/pass-as-file.sh
+++ b/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
'';