We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce83c7f commit 6b4dba4Copy full SHA for 6b4dba4
scripts/self-test.lisp
@@ -242,8 +242,7 @@ rebuild was called."
242
(uiop:with-temporary-file (:pathname tmp)
243
(let ((rel-tmp (uiop:enough-pathname tmp uiop:*temporary-directory*)))
244
(assert rel-tmp)
245
- (cmd "env -C"
246
- uiop:*temporary-directory*
+ (cmd :in uiop:*temporary-directory*
247
*self*
248
"rebuild --target-file"
249
rel-tmp
0 commit comments