aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/file.py
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-21 14:46:16 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-21 14:46:16 +0300
commit03dc0195c3c0f2260dbd86285980e89ed2279273 (patch)
tree00344116d9cb3403dd546434c4216188f206e1f5 /test/file.py
parentutils: install() PDB files (diff)
downloadaes-tools-03dc0195c3c0f2260dbd86285980e89ed2279273.tar.gz
aes-tools-03dc0195c3c0f2260dbd86285980e89ed2279273.zip
test: move data files to test/data
Diffstat (limited to 'test/file.py')
-rw-r--r--test/file.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/file.py b/test/file.py
index c0cf910..7a02a15 100644
--- a/test/file.py
+++ b/test/file.py
@@ -206,7 +206,7 @@ def _parse_args(args=None):
parser.add_argument('--force', '-f', action='store_true',
help='overwrite ciphertext files')
parser.add_argument('--suite', '-s', dest='suite_path',
- default=os.path.join(_script_dir, 'file'),
+ default=os.path.join(_script_dir, 'data', 'file'),
help='set test suite directory path')
return parser.parse_args(args)