fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
project('missing extra file', 'c')
|
||||
|
||||
executable('myprog', 'prog.c', extra_files : 'missing.txt')
|
||||
@@ -0,0 +1,3 @@
|
||||
int main(int argc, char **argv) {
|
||||
return 0;
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"stdout": [
|
||||
{
|
||||
"line": "test cases/failing/9 missing extra file/meson.build:3:0: ERROR: File missing.txt does not exist."
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user