Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151344640
D7981.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
596 B
Referenced Files
None
Subscribers
None
D7981.diff
View Options
Index: head/usr.sbin/extattr/tests/extattr_test.sh
===================================================================
--- head/usr.sbin/extattr/tests/extattr_test.sh
+++ head/usr.sbin/extattr/tests/extattr_test.sh
@@ -355,7 +355,11 @@
check_fs() {
case `df -T . | tail -n 1 | cut -wf 2` in
- "ufs") ;; # UFS is fine
+ "ufs")
+ case `dumpfs . | head -1 | awk -F'[()]' '{print $2}'` in
+ "UFS1") atf_skip "UFS1 is not supported by this test";;
+ "UFS2") ;; # UFS2 is fine
+ esac ;;
"zfs") ;; # ZFS is fine
"tmpfs") atf_skip "tmpfs does not support extended attributes";;
esac
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 8, 6:27 PM (9 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31110921
Default Alt Text
D7981.diff (596 B)
Attached To
Mode
D7981: Disable extattr_test on UFS1
Attached
Detach File
Event Timeline
Log In to Comment