aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_tkinter/widget_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_tkinter/widget_tests.py')
-rw-r--r--Lib/test/test_tkinter/widget_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_tkinter/widget_tests.py b/Lib/test/test_tkinter/widget_tests.py
index 85b0511aba3..f60087a6e9f 100644
--- a/Lib/test/test_tkinter/widget_tests.py
+++ b/Lib/test/test_tkinter/widget_tests.py
@@ -250,7 +250,7 @@ class StandardOptionsTests:
widget = self.create()
self.checkParam(widget, 'bitmap', 'questhead')
self.checkParam(widget, 'bitmap', 'gray50')
- filename = test.support.findfile('python.xbm', subdir='imghdrdata')
+ filename = test.support.findfile('python.xbm', subdir='tkinterdata')
self.checkParam(widget, 'bitmap', '@' + filename)
# Cocoa Tk widgets don't detect invalid -bitmap values
# See https://core.tcl.tk/tk/info/31cd33dbf0