1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Remove some old code

This commit is contained in:
Sylvestre Ledru 2021-01-21 21:19:04 +01:00 committed by Sylvestre Ledru
parent 18370f39b8
commit 992c113f09
3 changed files with 1 additions and 36 deletions

View file

@ -90,7 +90,6 @@ fn test_file_and_links_strip() {
fn test_file_and_links_strip_zero() {
let scene = TestScenario::new(util_name!());
let at = &scene.fixtures;
let result = scene.ucmd().run();
at.touch("foo");
at.symlink_file("foo", "bar");