projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c45260
)
; Adjust time-convert call to recent change
author
Stefan Kangas
<stefan@marxist.se>
Sat, 6 Aug 2022 11:03:38 +0000
(13:03 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Sat, 6 Aug 2022 11:03:38 +0000
(13:03 +0200)
* test/lisp/eshell/em-pred-tests.el
(eshell-parse-file-name-attributes): Adjust test to recent change.
test/lisp/eshell/em-pred-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/eshell/em-pred-tests.el
b/test/lisp/eshell/em-pred-tests.el
index c8c1a6a9317ca7a3a563108a2055f4449d93c311..ef31a5d1473981bc0957cfc84d084d4a86a5f042 100644
(file)
--- a/
test/lisp/eshell/em-pred-tests.el
+++ b/
test/lisp/eshell/em-pred-tests.el
@@
-75,7
+75,7
@@
The following attributes are recognized:
(`(,(and (or "links" "uid" "gid" "size") key) ,value)
(cons (intern key) (string-to-number value)))
(`(,(and (or "atime" "mtime" "ctime") key) ,value)
- (cons (intern key) (time-convert (string-to-number value))))
+ (cons (intern key) (time-convert (string-to-number value)
nil
)))
(`(,key ,value)
(cons (intern key) value))
(_ (error "invalid format %S" i))))