| Index: tests/save-description-on-failure.sh
|
| diff --git a/tests/save-description-on-failure.sh b/tests/save-description-on-failure.sh
|
| index 1297fa02cd0146630f7a93808f708569afd1a6bd..adb5ac4d39ca93dcafdd41f5ad09dd6efeb7f751 100755
|
| --- a/tests/save-description-on-failure.sh
|
| +++ b/tests/save-description-on-failure.sh
|
| @@ -17,12 +17,12 @@ if [ -e "$BACKUP_FILE" ]; then
|
| mv "$BACKUP_FILE" "$BACKUP_FILE_TMP"
|
| fi
|
|
|
| -setup_initgit
|
| -setup_gitgit
|
| +setup_git_remote
|
| +setup_git_checkout
|
|
|
| (
|
| set -e
|
| - cd git-git
|
| + cd git_checkout
|
|
|
| DESC="this is the description"
|
|
|
|
|