about summary refs log tree commit diff
path: root/tests/fixed.sh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2007-09-11T13·32+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2007-09-11T13·32+0000
commit3339f854473863c8780e537626f457be0b2b33e2 (patch)
tree37e7215fbaa94d308bc61463c13793eb2a50d90f /tests/fixed.sh
parent9441550acb34cf35f6cd3859d3672adca79551d9 (diff)
* Test the impureEnvVars feature.
Diffstat (limited to 'tests/fixed.sh')
-rw-r--r--tests/fixed.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fixed.sh b/tests/fixed.sh
index d0a284af48c4..72038adfce83 100644
--- a/tests/fixed.sh
+++ b/tests/fixed.sh
@@ -2,6 +2,9 @@ source common.sh
 
 clearStore
 
+export IMPURE_VAR1=foo
+export IMPURE_VAR2=bar
+
 echo 'testing good...'
 drvs=$($nixinstantiate fixed.nix -A good)
 echo $drvs