one-file-system.log ( failed)

test link: tests/rm/one-file-system.sh
FAIL: tests/rm/one-file-system
==============================

--- exp	2024-12-02 20:29:20.421157532 +0000
+++ out	2024-12-02 20:29:20.423157522 +0000
@@ -1 +1 @@
-rm: skipping 'a/b', since it's on a different device
+rm: cannot remove 'a': Device or resource busy (os error 16)
--- exp	2024-12-02 20:29:20.427157502 +0000
+++ out	2024-12-02 20:29:20.429157491 +0000
@@ -1,2 +1,5 @@
-rm: skipping 'a/b', since it's on a different device
-rm: and --preserve-root=all is in effect
+error: unexpected value 'all' for '--preserve-root' found; no more were expected
+


+Usage: rm [OPTION]... FILE...
+
+For more information, try '--help'.
FAIL tests/rm/one-file-system.sh (exit status: 1)