Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin committed Oct 25, 2023
1 parent de415d3 commit be94f39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ofborg/src/nix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ mod tests {
assert_run(
ret,
Expect::Fail,
vec!["access to absolute path", "is forbidden in restricted mode"],
vec!["1access to absolute path", "is forbidden in restricted mode1"],
);
}

Expand Down
2 changes: 1 addition & 1 deletion ofborg/test-srcs/build/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ in
system = builtins.currentSystem;
src = ./../../src;
inherit builder;
args = [ "-c" "echo hi; echo ${toString builtins.currentTime} > $out" ];
args = [ "-c" "echo hi; echo ${toString builtins.currentTime}; echo ${toString ./../../src}; echo $src" ];
};
}

0 comments on commit be94f39

Please sign in to comment.