delete u-boot test/lib/strlcat.c using nuke()

we don't need to do it in the release function

Signed-off-by: Leah Rowe <leah@libreboot.org>
20240612_branch
Leah Rowe 2024-05-30 07:37:19 +01:00
parent f6cbc501c1
commit 13d4b6d3c7
2 changed files with 1 additions and 1 deletions

1
build
View File

@ -139,7 +139,6 @@ fetch_trees()
[ ! -f "$x" ] || [ -L "$xp" ] || x_ rm -Rf "src/$xp/$xp"
done
rmgit .
rm -Rf tmp .git src/u-boot/*/test/lib/strlcat.c || $err "$_xm !rm"
}
fail()

View File

@ -0,0 +1 @@
test/lib/strlcat.c