mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 03:01:15 -03:00
Remove an errant printf from fish_tests
This commit is contained in:
@@ -7047,7 +7047,6 @@ void test_wgetopt() {
|
||||
}
|
||||
case '?': {
|
||||
// unrecognized option
|
||||
fprintf(stderr, "got arg %d\n", w.woptind - 1);
|
||||
if (argv[w.woptind - 1]) {
|
||||
do_test(argv[w.woptind - 1] != nullptr);
|
||||
arguments.push_back(argv[w.woptind - 1]);
|
||||
|
||||
Reference in New Issue
Block a user