diff --git a/src/fish_tests.cpp b/src/fish_tests.cpp index d8704fe6c..21eda2426 100644 --- a/src/fish_tests.cpp +++ b/src/fish_tests.cpp @@ -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]);