Sha256: 2c64b804e6cd5c32e6efe0d3afa547c056ce30448bf772bfc4653da0ce73b11b

Contents?: true

Size: 840 Bytes

Versions: 268

Compression:

Stored size: 840 Bytes

Contents

#!/usr/bin/env bash

# Test that a subrepo that contains a submodule retains the submodule reference
# so that the tree hash stays the same. (However, the subrepo's submodule won't
# be directly usable since the .gitmodules file isn't in the top level.)

set -e

source test/setup

use Test::More

clone-foo-and-bar

# Add submodule reference along with a new file to the bar repo:
(
  cd $OWNER/bar
  git clone ../foo submodule
  add-new-files file
  git add submodule file
  git commit --amend -C HEAD
) &> /dev/null || die

(
  cd $OWNER/foo
  git subrepo clone ../bar
) &> /dev/null || die

(
  cd $OWNER/bar
  modify-files file
) &> /dev/null || die

{
  is "$(
   cd $OWNER/foo
    git subrepo pull bar
  )" \
    "Subrepo 'bar' pulled from '../bar' (master)." \
    'subrepo pull command output is correct'
}

done_testing

teardown

Version data entries

268 entries across 268 versions & 4 rubygems

Version Path
eac_tools-0.86.5 sub/eac_git/vendor/git-subrepo/test/submodule.t
eac_tools-0.86.4 sub/eac_git/vendor/git-subrepo/test/submodule.t
eac_tools-0.86.3 sub/eac_git/vendor/git-subrepo/test/submodule.t
eac_git-0.16.0 vendor/git-subrepo/test/submodule.t
eac_tools-0.86.2 sub/eac_git/vendor/git-subrepo/test/submodule.t
eac_git-0.15.0 vendor/git-subrepo/test/submodule.t
eac_tools-0.84.2 sub/eac_git/vendor/git-subrepo/test/submodule.t
eac_tools-0.84.1 sub/eac_git/vendor/git-subrepo/test/submodule.t
eac_tools-0.84.0 sub/eac_git/vendor/git-subrepo/test/submodule.t
eac_tools-0.83.0 sub/eac_git/vendor/git-subrepo/test/submodule.t
eac_tools-0.82.0 sub/eac_git/vendor/git-subrepo/test/submodule.t
eac_tools-0.81.0 sub/eac_git/vendor/git-subrepo/test/submodule.t
eac_tools-0.80.0 sub/eac_git/vendor/git-subrepo/test/submodule.t
eac_tools-0.79.0 sub/eac_git/vendor/git-subrepo/test/submodule.t
eac_tools-0.78.0 sub/eac_git/vendor/git-subrepo/test/submodule.t
eac_tools-0.77.1 sub/eac_git/vendor/git-subrepo/test/submodule.t
eac_tools-0.77.0 sub/eac_git/vendor/git-subrepo/test/submodule.t
eac_tools-0.76.1 sub/eac_git/vendor/git-subrepo/test/submodule.t
eac_tools-0.76.0 sub/eac_git/vendor/git-subrepo/test/submodule.t
eac_tools-0.75.2 sub/eac_git/vendor/git-subrepo/test/submodule.t