Fix warnings in test

This commit is contained in:
Daniel Hofstetter
2025-02-24 16:02:40 +01:00
parent c0387ed7eb
commit 4b36e2b551
+1 -5
View File
@@ -2,10 +2,6 @@
//
// For the full copyright and license information, please view the LICENSE
// file that was distributed with this source code.
// spell-checker:ignore (words) symdir somefakedir
use pretty_assertions::assert_eq;
use regex::Regex;
use crate::common::util::TestScenario;
@@ -16,5 +12,5 @@ fn test_invalid_arg() {
#[test]
fn test_sed() {
let result = new_ucmd!().succeeds();
new_ucmd!().succeeds();
}