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";
|
name = "dependencies-input-2";
|
||||||
system = "@system@";
|
system = "@system@";
|
||||||
builder = "@shell@";
|
builder = "@shell@";
|
||||||
args = ["-e" "-x" ./dependencies.builder2.sh];
|
args = ["-e" "-x" (./. ~ "dependencies.builder2.sh")];
|
||||||
PATH = "@testPath@";
|
PATH = "@testPath@";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue