mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
Fix #12295
We were simply passing in the wrong path. This went uncaught because the TODO about deduplication hasn't happened yet.
This commit is contained in:
parent
64a38992da
commit
7f7ca3810b
4 changed files with 11 additions and 1 deletions
|
@ -3,6 +3,7 @@ suites += {
|
|||
'deps': [],
|
||||
'tests': [
|
||||
'simple.sh',
|
||||
'fixed.sh',
|
||||
],
|
||||
'workdir': meson.current_source_dir(),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue