]> git.eshelyaron.com Git - emacs.git/commitdiff
; Adjust time-convert call to recent change
authorStefan Kangas <stefan@marxist.se>
Sat, 6 Aug 2022 11:03:38 +0000 (13:03 +0200)
committerStefan 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

index c8c1a6a9317ca7a3a563108a2055f4449d93c311..ef31a5d1473981bc0957cfc84d084d4a86a5f042 100644 (file)
@@ -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))))