()
| 438 | |
| 439 | #[test] |
| 440 | fn test_run_version_for_command() { |
| 441 | let ret = run_version_command_for("ls"); |
| 442 | assert!(!ret.is_empty()); |
| 443 | assert!(ret.contains("GNU")) |
| 444 | } |
| 445 | |
| 446 | #[test] |
| 447 | fn test_error() { |
nothing calls this directly
no test coverage detected