Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F168558559
D8073.id20807.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
529 B
Referenced Files
None
Subscribers
None
D8073.id20807.diff
View Options
Index: tests/sys/geom/class/uzip/1_test.sh
===================================================================
--- tests/sys/geom/class/uzip/1_test.sh
+++ tests/sys/geom/class/uzip/1_test.sh
@@ -4,6 +4,13 @@
testsdir=$(dirname $0)
. $testsdir/conf.sh
+# Check host endiannes
+endian=$(echo I | tr -d "[:space:]" | od -to2 | head -n1 | awk '{print $2}' | cut -c6)
+if [ "$endian" == "0" ]; then
+ echo '1..0 # SKIP big-endian systems are not supported by this test'
+ exit 0
+fi
+
echo "1..1"
UUE=$testsdir/1.img.uzip.uue
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Aug 30, 12:44 AM (18 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37552473
Default Alt Text
D8073.id20807.diff (529 B)
Attached To
Mode
D8073: skip geom_uzip test on big-endian systems
Attached
Detach File
Event Timeline
Log In to Comment