diff test/test_config.py @ 7584:a5629f6e7ec2

test: fix mising / in directory spec.
author John Rouillard <rouilj@ieee.org>
date Mon, 24 Jul 2023 18:07:11 -0400
parents 273c8c2b5042
children be6cb2e0d471
line wrap: on
line diff
--- a/test/test_config.py	Mon Jul 24 18:05:48 2023 -0400
+++ b/test/test_config.py	Mon Jul 24 18:07:11 2023 -0400
@@ -224,7 +224,7 @@
 
         self.startdir = os.getcwd()
 
-        self.dirname = os.getcwd() + '_test_config'
+        self.dirname = os.getcwd() + '/_test_config'
         os.mkdir(self.dirname)
 
         try:

Roundup Issue Tracker: http://roundup-tracker.org/