2 # This file is meant to be sourced from other tests scripts.
6 if [ x
"$TMPFILE" != "x" ]; then
10 # Call the tap.sh exit cleanup code
16 while [[ "$i" -le "$2" ]]; do
23 if [ -x "$URCU_TEST_TIME_BIN" ]; then
24 TEST_TIME_BIN
="$URCU_TEST_TIME_BIN"
25 elif [ -x "/usr/bin/time" ]; then
26 TEST_TIME_BIN
="/usr/bin/time"
32 # Create a temporary file for tests output
35 # Set traps to delete the temporary file on exit
This page took 0.029661 seconds and 4 git commands to generate.