Page MenuHomeFreeBSD

D7981.diff
No OneTemporary

D7981.diff

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

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)

Event Timeline