aboutsummaryrefslogtreecommitdiff
path: root/tests/flakes/inputs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/flakes/inputs.sh')
-rw-r--r--tests/flakes/inputs.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/flakes/inputs.sh b/tests/flakes/inputs.sh
index d6269fc59..80620488a 100644
--- a/tests/flakes/inputs.sh
+++ b/tests/flakes/inputs.sh
@@ -46,6 +46,7 @@ test_git_subdir_self_path() {
default =
assert builtins.readFile ./message == "all good\n";
assert builtins.readFile (inputs.self + "/message") == "all good\n";
+ assert inputs.self.outPath == inputs.self.sourceInfo.outPath + "/b-low";
import ./simple.nix;
};
};