mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
tests:w32: Fix for non-dot file name for Windows.
* tests/migrations/from-classic.scm (assert-migrated): Handle the case on Windows. -- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
9a75460652
commit
754175a46d
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
(call-check `(,@GPG --list-secret-keys)))
|
||||
|
||||
(define (assert-migrated)
|
||||
(unless (file-exists? ".gpg-v21-migrated")
|
||||
(unless (or (file-exists? ".gpg-v21-migrated") (file-exists? "gpg-v21-migrated"))
|
||||
(error "Not migrated"))
|
||||
|
||||
(for-each
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue