aboutsummaryrefslogtreecommitdiff
path: root/src/property/chroot.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property/chroot.lisp')
-rw-r--r--src/property/chroot.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/property/chroot.lisp b/src/property/chroot.lisp
index bf4b942..5b1c9b1 100644
--- a/src/property/chroot.lisp
+++ b/src/property/chroot.lisp
@@ -23,8 +23,8 @@
(:check
(declare (ignore options host))
;; check whether a previous debootstrap failed partway through
- (if (test "-d" (merge-pathnames "debootstrap/"
- (ensure-directory-pathname root)))
+ (if (remote-test "-d" (merge-pathnames "debootstrap/"
+ (ensure-directory-pathname root)))
(progn (delete-remote-trees root) nil)
(remote-exists-p (chroot-pathname "/usr/lib/os-release" root))))
(:apply