X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=test%2Fbctest;h=bdb3218f7acaa2cac934c96c62a402ba5677636c;hb=a99ce1a57481ff7de2971b9c5cc50c2613f4c420;hp=fbe74ed90bda53ca57dad5f95528cbd3c115ec19;hpb=124d8cf701cb363415746d258fe30f42b989540d;p=oweals%2Fopenssl.git diff --git a/test/bctest b/test/bctest index fbe74ed90b..bdb3218f7a 100755 --- a/test/bctest +++ b/test/bctest @@ -104,5 +104,8 @@ EOF done echo "No working bc found. Consider installing GNU bc." >&2 -echo "cat >/dev/null" +if [ "$1" = ignore ]; then + echo "cat >/dev/null" + exit 0 +fi exit 1