]> arthur.barton.de Git - bup.git/blobdiff - t/test.sh
Add bup prune-older command
[bup.git] / t / test.sh
index d270e61583d164578243009da3a39fc5da5b16c3..f82c3452b67e0c2263a0ba29e42f028e0503f78d 100755 (executable)
--- a/t/test.sh
+++ b/t/test.sh
@@ -197,8 +197,8 @@ c/"
 WVSTART "save disjoint top-level directories"
 (
     # Resolve any symlinks involving the top top-level dirs.
-    real_pwd="$(WVPASS realpath .)" || exit $?
-    real_tmp="$(WVPASS realpath /tmp/.)" || exit $?
+    real_pwd="$(WVPASS resolve-parent .)" || exit $?
+    real_tmp="$(WVPASS resolve-parent /tmp/.)" || exit $?
     pwd_top="$(echo $real_pwd | WVPASS awk -F "/" '{print $2}')" || exit $?
     tmp_top="$(echo $real_tmp | WVPASS awk -F "/" '{print $2}')" || exit $?