We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5d554 commit a5b1bb0Copy full SHA for a5b1bb0
1 file changed
tests/integration/logs.rs
@@ -33,14 +33,6 @@ fn command_logs_zero_max_rows() {
33
TestManager::new().register_trycmd_test("logs/logs-list-with-zero-max-rows.trycmd");
34
}
35
36
-#[test]
37
-fn command_logs_help() {
38
- let manager = TestManager::new();
39
-
40
- #[cfg(not(windows))]
41
- manager.register_trycmd_test("logs/logs-help.trycmd");
42
-}
43
44
#[test]
45
fn command_logs_list_help() {
46
TestManager::new().register_trycmd_test("logs/logs-list-help.trycmd");
0 commit comments