ip link: add VLAN support
[oweals/busybox.git] / testsuite / md5sum.tests
index 35ec67cb4f11e4040eacf99e8e3be31d592ed6a3..1068b083f588e8a97e5edd4fec7e23c0f66f6f14 100755 (executable)
@@ -18,6 +18,11 @@ fi
 sum="$1"
 expected="$2"
 
+test -f "$bindir/.config" && . "$bindir/.config"
+
+test x"$CONFIG_FEATURE_FANCY_HEAD" != x"y" \
+&& { echo "SKIPPED: $sum"; exit 0; }
+
 text="The quick brown fox jumps over the lazy dog"
 text=`yes "$text" | head -c 9999`