Skip to content

Commit daf8f7a

Browse files
committed
fix PyQgsAppStartup (followup d9349e5)
1 parent 45a8441 commit daf8f7a

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

tests/src/python/test_qgsappstartup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def testOptionsPath(self):
101101
subdir = 'QGIS' # Linux
102102
if sys.platform[:3] == 'dar': # Mac
103103
subdir = 'qgis.org'
104-
ini = os.path.join(subdir, 'QGIS.ini')
104+
ini = os.path.join(subdir, 'QGIS3.ini')
105105
for p in ['test_opts', 'test opts', 'test_optsé€']:
106106
self.doTestStartup(option="--optionspath",
107107
testDir=os.path.join(self.TMP_DIR, p),

0 commit comments

Comments
 (0)