You've already forked util-linux
mirror of
https://github.com/uutils/util-linux.git
synced 2026-06-10 16:13:52 -07:00
uuidgen: adapt tests to uutests
This commit is contained in:
@@ -4,8 +4,7 @@
|
||||
// file that was distributed with this source code.
|
||||
|
||||
use uuid::Uuid;
|
||||
|
||||
use crate::common::util::{TestScenario, UCommand};
|
||||
use uutests::{new_ucmd, util::TestScenario, util::UCommand, util_name};
|
||||
|
||||
fn assert_ver_eq(cmd: &mut UCommand, ver: uuid::Version) {
|
||||
let uuid = Uuid::parse_str(
|
||||
|
||||
Reference in New Issue
Block a user