fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
project('unexpected pass', 'c')
|
||||
|
||||
test('should_fail_but_does_not', executable('xpass', 'xpass.c'),
|
||||
should_fail: true)
|
||||
@@ -0,0 +1 @@
|
||||
int main(int argc, char **argv) { return 0; }
|
||||
Reference in New Issue
Block a user