Skip to content

Commit

Permalink
Remove a test that shouldn't be here
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiojr committed Sep 20, 2016
1 parent 0c3910f commit cb271d7
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions test/test-ghe-backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -441,22 +441,6 @@ begin_test "ghe-backup fsck"
)
end_test

begin_test "ghe-backup stores version when not run from a clone"
(
set -e

# Make sure this doesn't exist
rm -f "$GHE_REMOTE_DATA_USER_DIR/common/backup-utils-version"

mv "$ROOTDIR/.git" "$ROOTDIR/.gittmp"
ghe-backup
mv "$ROOTDIR/.gittmp" "$ROOTDIR/.git"

# verify that ghe-backup wrote its version information to the host
[ -f "$GHE_REMOTE_DATA_USER_DIR/common/backup-utils-version" ]
)
end_test

begin_test "ghe-backup with leaked SSH host key detection for current backup"
(
set -e
Expand Down

0 comments on commit cb271d7

Please sign in to comment.