; Adjust time-convert call to recent change
* test/lisp/eshell/em-pred-tests.el (eshell-parse-file-name-attributes): Adjust test to recent change.
This commit is contained in:
parent
3c4526028c
commit
5ab557be62
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Reference in a new issue