Skip to content
Snippets Groups Projects
Commit 50485934 authored by pfdietz's avatar pfdietz
Browse files

Removed bad test.

parent 151afee4
Branches
Tags
No related merge requests found
......@@ -70,9 +70,11 @@
(probe-file pn)))
t t t t nil)
#|
(deftest delete-file.error.3
(let ((pn "nonexistent.txt"))
(when (probe-file pn) (delete-file pn))
(signals-error (delete-file "nonexistent.txt") file-error))
t)
|#
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment