Files
rtems/testsuites/libtests/shell01/shell01.scn
Sebastian Huber acf9a8dd54 shell: Use crypt_r() in rtems_shell_login_check()
Use '*" to disable shell login instead of '!' according to the Linux man
page.  Use getpwnam_r() instead of getpwnam().  Do not access the user
environment directly.  Update the user environment only after a
successful login check.
2014-11-20 10:30:22 +01:00

3 lines
58 B
Plaintext

*** BEGIN OF TEST SHELL 1 ***
*** END OF TEST SHELL 1 ***