mirror of
https://github.com/NixOS/nix
synced 2025-07-09 03:43:54 +02:00
Fix reference to test directory path
This commit is contained in:
parent
17f81d3215
commit
e86530ee46
2 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
|||
{ absolute = /foo; expr = /home/eelco/Dev/nix/tests/lang/foo/bar; home = /tmp/nix-shell.ZeLfDw/nix-test/default/test-home/foo; notfirst = /home/eelco/Dev/nix/tests/lang/bar/foo; simple = /home/eelco/Dev/nix/tests/lang/foo; slashes = /foo/bar; surrounded = /home/eelco/Dev/nix/tests/lang/a-foo-b; }
|
||||
{ absolute = /foo; expr = /pwd/lang/foo/bar; home = /fake-home/foo; notfirst = /pwd/lang/bar/foo; simple = /pwd/lang/foo; slashes = /foo/bar; surrounded = /pwd/lang/a-foo-b; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue