fix: handle EINTR correctly in get_cpu_mask_from_sysfs
[urcu.git] / tests / benchmark / common.sh
diff --git a/tests/benchmark/common.sh b/tests/benchmark/common.sh
deleted file mode 100755 (executable)
index 9eb03f8..0000000
+++ /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
-
This page took 0.023644 seconds and 4 git commands to generate.