From 4db00343fb64430a7df7066d5fc42a8166a34a94 Mon Sep 17 00:00:00 2001 From: Milan Kriz Date: Fri, 24 Sep 2021 14:02:36 +0200 Subject: [PATCH] [#309] Cleanup script for BLOBs comparison --- scripts/compare_test_blobs.sh | 6 ------ test/language/bitmask_types/python/VarUIntBitmaskTest.py | 1 - 2 files changed, 7 deletions(-) diff --git a/scripts/compare_test_blobs.sh b/scripts/compare_test_blobs.sh index f965c267a..a628e5932 100755 --- a/scripts/compare_test_blobs.sh +++ b/scripts/compare_test_blobs.sh @@ -12,11 +12,6 @@ set_common_variables() stderr_echo "Cannot find bash command find! Set FIND environment variable." return 1 fi - - CMP="${CMP:-/usr/bin/cmp}" - if [ ! -f "`which "${CMP}"`" ] ; then - stderr_echo "Cannot find bash command cmp! Set CMP environment variable." - fi } print_help_env() @@ -24,7 +19,6 @@ print_help_env() cat << EOF Uses the following environment variables: FIND Bash command find to use. Default is "/usr/bin/find". - CMP Bash command cmp to use. Default is "/usr/bin/cmp". Either set these directly, or create 'scripts/build-env.sh' that sets these. It's sourced automatically if it exists. diff --git a/test/language/bitmask_types/python/VarUIntBitmaskTest.py b/test/language/bitmask_types/python/VarUIntBitmaskTest.py index 4e58a7d87..cc792ab69 100644 --- a/test/language/bitmask_types/python/VarUIntBitmaskTest.py +++ b/test/language/bitmask_types/python/VarUIntBitmaskTest.py @@ -1,6 +1,5 @@ import unittest import os - import zserio from testutils import getZserioApi, getApiDir