Remove an errant printf from fish_tests

This commit is contained in:
ridiculousfish 2023-02-04 11:24:54 -07:00
parent 83fd7ea7c4
commit c2df63f586

View file

@ -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]);