Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asdf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Didier Verna
asdf
Commits
ba507090
Commit
ba507090
authored
9 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
test-utilities: move paren around.
parent
50d61463
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/test-utilities.script
+2
-2
2 additions, 2 deletions
test/test-utilities.script
with
2 additions
and
2 deletions
test/test-utilities.script
+
2
−
2
View file @
ba507090
...
@@ -64,7 +64,7 @@
...
@@ -64,7 +64,7 @@
(setf true dir)))
(setf true dir)))
(assert-pathname-equal true (truename (ensure-directory-pathname file)))
(assert-pathname-equal true (truename (ensure-directory-pathname file)))
(assert-pathname-equal true (nest #+(and clisp windows) (ensure-directory-pathname)
(assert-pathname-equal true (nest #+(and clisp windows) (ensure-directory-pathname)
(truename* file))
(truename* file))
)
(assert-pathname-equal true (nest #+(or allegro (and clisp windows)) (ensure-directory-pathname)
(assert-pathname-equal true (nest #+(or allegro (and clisp windows)) (ensure-directory-pathname)
(probe-file* file :truename t)))
(probe-file* file :truename t)))
(assert-pathname-equal true (if-let (x (probe-file* file))
(assert-pathname-equal true (if-let (x (probe-file* file))
...
@@ -122,7 +122,7 @@
...
@@ -122,7 +122,7 @@
;; For the rest of this test, use these:
;; For the rest of this test, use these:
(setf *default-pathname-defaults* (nil-pathname))
(setf *default-pathname-defaults* (nil-pathname))
(chdir test-directory)))
)
(chdir test-directory)))
(assert
(assert
(every #'directory-pathname-p
(every #'directory-pathname-p
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment