Open XuefengHuang opened 9 years ago
I have tested this pull request and this can be merged.
Testing by running unit test:
cib@cib-VirtualBox:~/seash/RUNNABLE$ python utf.py -f ut_seash_savestate_nicermessageone.py Testing module: seash Running: ut_seash_savestate_nicermessageone.py [ PASS ] cib@cib-VirtualBox:~/seash/RUNNABLE$ python utf.py -f ut_seash_savestate_nicermessagetwo.py Testing module: seash Running: ut_seash_savestate_nicermessagetwo.py [ PASS ]
Testing by manually entering command on seash: cib@cib-VirtualBox:~/seash/RUNNABLE$ python seash.py
Enabled modules: factoids, geoip, modules, uploaddir, variables
!> savestate NO_KEYS_LOADED Specify the key name by first typing 'as [username]'. !> loadkeys guest0 as guest0 !> as guest0 guest0@ !> savestate write_protected_file Permission denied: write_protected_file guest0@ !> exit
I fix
savestate
error message issue and create a unit test for this PR, this is test result: