aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/file.py
diff options
context:
space:
mode:
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)