X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fbenchmark%2Fcommon.sh;h=4dbc5671edbb0f91b09dae3aba3d296440d434dc;hb=HEAD;hp=9eb03f831c00491050fee072f05fff265a67e716;hpb=f356e6f340eae0be1d5560c44a84cb0ed3839632;p=urcu.git diff --git a/tests/benchmark/common.sh b/tests/benchmark/common.sh deleted file mode 100755 index 9eb03f8..0000000 --- a/tests/benchmark/common.sh +++ /dev/null @@ -1,12 +0,0 @@ -# -# This file is meant to be sourced from other tests scripts. -# - -if [ -x "$URCU_TEST_TIME_BIN" ]; then - test_time_bin="$URCU_TEST_TIME_BIN" -elif [ -x "/usr/bin/time" ]; then - test_time_bin="/usr/bin/time" -else - test_time_bin="" -fi -