forked from lix-project/lix
* Backwards compatibility test for ~.
This commit is contained in:
parent
1ec9f55741
commit
1f6616dabf
|
@ -12,7 +12,7 @@ let {
|
|||
name = "dependencies-input-2";
|
||||
system = "@system@";
|
||||
builder = "@shell@";
|
||||
args = ["-e" "-x" ./dependencies.builder2.sh];
|
||||
args = ["-e" "-x" (./. ~ "dependencies.builder2.sh")];
|
||||
PATH = "@testPath@";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue