Remove duplicate test in all.sh
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index 49b1653..d0dc8d6 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -462,12 +462,6 @@
 make SHARED=1 all check
 fi
 
-if uname -a | grep -F Linux >/dev/null; then
-msg "build/test: make shared" # ~ 40s
-cleanup
-make SHARED=1 all check
-fi
-
 if uname -a | grep -F x86_64 >/dev/null; then
 msg "build: i386, make, gcc" # ~ 30s
 cleanup