Sha256: 9bd4ebf348a4e16ea964a17ba2664659f3ea7ac2db379f7485f7ff2846835765

Contents?: true

Size: 514 Bytes

Versions: 268

Compression:

Stored size: 514 Bytes

Contents

#!/usr/bin/env bash

set -e

source test/setup

use Test::More

clone-foo-and-bar

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

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

(
  cd $OWNER/foo
  git subrepo pull --all
) &> /dev/null || die

{
  is "$(cat $OWNER/foo/bar1/Bar)" \
    "a new line" \
    'bar1/Bar content correct'
  is "$(cat $OWNER/foo/bar2/Bar)" \
    "a new line" \
    'bar2/Bar content 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/pull-all.t
eac_tools-0.86.4 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.86.3 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_git-0.16.0 vendor/git-subrepo/test/pull-all.t
eac_tools-0.86.2 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_git-0.15.0 vendor/git-subrepo/test/pull-all.t
eac_tools-0.84.2 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.84.1 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.84.0 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.83.0 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.82.0 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.81.0 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.80.0 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.79.0 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.78.0 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.77.1 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.77.0 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.76.1 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.76.0 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.75.2 sub/eac_git/vendor/git-subrepo/test/pull-all.t