aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/dyn-drv/dep-built-drv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/dyn-drv/dep-built-drv.sh')
-rw-r--r--tests/functional/dyn-drv/dep-built-drv.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/functional/dyn-drv/dep-built-drv.sh b/tests/functional/dyn-drv/dep-built-drv.sh
new file mode 100644
index 000000000..4f6e9b080
--- /dev/null
+++ b/tests/functional/dyn-drv/dep-built-drv.sh
@@ -0,0 +1,11 @@
+#!/usr/bin/env bash
+
+source common.sh
+
+out1=$(nix-build ./text-hashed-output.nix -A hello --no-out-link)
+
+clearStore
+
+expectStderr 1 nix-build ./text-hashed-output.nix -A wrapper --no-out-link | grepQuiet "Building dynamic derivations in one shot is not yet implemented"
+
+# diff -r $out1 $out2