Code

perf: load test-lib-functions from the correct directory
[git.git] / t / perf / perf-lib.sh
index 2a5e1f354d6f5d98d7dc0db74395f399df03b15b..bcc0131646aa1b36e13fc47817989e3985aec1c2 100644 (file)
@@ -119,7 +119,7 @@ test_run_perf_ () {
        test_export_="test_cleanup"
        export test_cleanup test_export_
        /usr/bin/time -f "%E %U %S" -o test_time.$i "$SHELL" -c '
-. '"$TEST_DIRECTORY"/../test-lib-functions.sh'
+. '"$TEST_DIRECTORY"/test-lib-functions.sh'
 test_export () {
        [ $# != 0 ] || return 0
        test_export_="$test_export_\\|$1"