* Backwards compatibility test for ~.

This commit is contained in:
Eelco Dolstra 2006-08-29 15:29:19 +00:00
parent 1ec9f55741
commit 1f6616dabf
1 changed files with 1 additions and 1 deletions

View File

@ -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@";
};