diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-21 14:46:16 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-21 14:46:16 +0300 |
commit | 03dc0195c3c0f2260dbd86285980e89ed2279273 (patch) | |
tree | 00344116d9cb3403dd546434c4216188f206e1f5 /test/cavp.py | |
parent | utils: install() PDB files (diff) | |
download | aes-tools-03dc0195c3c0f2260dbd86285980e89ed2279273.tar.gz aes-tools-03dc0195c3c0f2260dbd86285980e89ed2279273.zip |
test: move data files to test/data
Diffstat (limited to '')
-rw-r--r-- | test/cavp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cavp.py b/test/cavp.py index 83dfa36..b5473eb 100644 --- a/test/cavp.py +++ b/test/cavp.py @@ -234,7 +234,7 @@ def _parse_args(args=None): parser.add_argument('--boxes', '-b', action='store_true', dest='use_boxes', help='use the "boxes" interface') parser.add_argument('--archive', '-a', dest='archive_path', metavar='PATH', - default=os.path.join(_script_dir, 'KAT_AES.zip'), + default=os.path.join(_script_dir, 'data/KAT_AES.zip'), help='set test vectors archive file path') parser.add_argument('--log', '-l', dest='log_path', metavar='PATH', help='set log file path') |