X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fcommon.sh;fp=tests%2Fcommon.sh;h=0000000000000000000000000000000000000000;hb=169e1020838cc5b9f3df503d160ce1bf0c939b2f;hp=9eb03f831c00491050fee072f05fff265a67e716;hpb=5bcf8326b6e13ca93429925bc38fb81c73155c54;p=userspace-rcu.git diff --git a/tests/common.sh b/tests/common.sh deleted file mode 100644 index 9eb03f8..0000000 --- a/tests/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 -