URL: https://github.com/freeipa/freeipa/pull/1424 Author: felipevolpone Title: #1424: Fixing how to parse the backup dir in test_backup_and_restore Action: opened
PR body: """ Fixing how the test_backup_and_restore.py suite parses the output from the `ipa-backup -v` command in order to get the backup directory.
Fixes: [#7339](https://pagure.io/freeipa/issue/7339) """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1424/head:pr1424 git checkout pr1424