mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
tests:w32: Fix for non-dot file name for Windows.
* tests/migrations/from-classic.scm (assert-migrated): Handle the case on Windows. -- Forward port from 2.2 branch of: 754175a46d3bc34e9ef8098dbd05abdfd61ada64 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
7fe524e182
commit
7071f30762
@ -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…
x
Reference in New Issue
Block a user