File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
test/units/formats/archive Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -66,4 +66,11 @@ def test_double_curly_brace_regression(self):
6666 data = self .download_sample ('a30a12d725e20c7ec403676710b3a2df41bb395fcc80539a28c0da09f5906ee6' )
6767 unit = self .load ()
6868 pwds = data | unit | {str }
69- self .assertContains (pwds , r'LD6DQAUT2FQRBGKMXKET7K6PBBBP6TMDUKQ6K4S995HKIGIYFUDCFLU' )
69+ self .assertContains (pwds , r'LD6DQAUT2FQRBGKMXKET7K6PBBBP6TMDUKQ6K4S995HKIGIYFUDCFLU' )
70+
71+ def test_password_from_shell_relaunch (self ):
72+ # 9794c2f6949b96de153acc516d901140353ec9597d8822539a1fd1d629e12571
73+ data = self .download_sample ('51ac80ab4daea0877910d13eb9dae07e8c26507e5115ee815eb7dc9410be3c22' )
74+ unit = self .load ()
75+ pwds = data | unit | {str }
76+ self .assertContains (pwds , r'ef0d0d8f-fb77-461c-b2f6-92cf1c921282' )
You can’t perform that action at this time.
0 commit comments