]> arthur.barton.de Git - bup.git/blobdiff - t/lib.sh
INTEGRAL_ASSIGNMENT_FITS: actually provide return value for clang
[bup.git] / t / lib.sh
index e9dc25e3cecb62125801894ba9c093d68786c3c3..5c5b01ee5947659b3d687ee11792374ced57371d 100644 (file)
--- a/t/lib.sh
+++ b/t/lib.sh
@@ -12,12 +12,12 @@ force-delete()
     "$bup_t_lib_script_home/force-delete" "$@"
 }
 
-realpath()
+resolve-parent()
 {
     test "$#" -eq 1 || return $?
     echo "$1" | \
         PYTHONPATH="$bup_t_lib_script_home/../lib" bup-python -c \
-        "import sys, bup.helpers; print bup.helpers.realpath(sys.stdin.readline())" \
+        "import sys, bup.helpers; print bup.helpers.resolve_parent(sys.stdin.readline())" \
         || return $?
 }