https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281033
Bug ID: 281033
Summary: [msdosfs] rm -f fails
Product: Base System
Version: CURRENT
Hardware: Any
URL: https://github.com/freebsd/freebsd-src/pull/1329
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
Created attachment 253056
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=253056&action=edit
DISPOSABLE tests with the desired behavior
Move the conversation started on GitHub pull request 1329 over to the proper
channel.
Issue
-----
# rm -f /boot/efi/foo*
rm: /boot/efi/foo*: Invalid argument
Given /boot/efi is an MS-DOS file system.
Tests
-----
Attached is a *disposable* patch with the tests that yield the desired output.
Other operating systems should produce a similar output, as documented
originally in the pull request.
The proposed patch in the pull request fails the last test:
# touch /boot/efi/A.DAT
# mv /boot/efi/A.DAT /boot/efi/B*.DAT
mv: rename /boot/efi/A.DAT to /boot/efi/B*.DAT: Invalid argument
--
You are receiving this mail because:
You are the assignee for the bug.