From Fedora Project Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 August 2023

  • curprev 13:2113:21, 21 August 2023Sumantrom talk contribs 1,167 bytes +1,167 Created page with "{{QA/Test_Case |description=This test case ensures that the `expect` utility can automate interactive command-line programs in Fedora. |setup= # Ensure the `expect` tool is installed. If not, install it with the command: `sudo dnf install expect` |actions= # Create a sample `expect` script named `test_expect.exp` with the following content: '' #!/usr/bin/expect -f spawn /usr/bin/passwd expect "Changing password for user" send "newpassword\r" expect "New pa..."