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.75.1 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.75.0 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.74.1 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.74.0 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.73.0 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.72.0 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.70.1 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.70.0 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.69.1 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.69.0 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.68.0 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.67.1 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.67.0 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.66.0 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.65.1 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.65.0 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.64.0 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.63.0 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.62.1 sub/eac_git/vendor/git-subrepo/test/pull-all.t
eac_tools-0.62.0 sub/eac_git/vendor/git-subrepo/test/pull-all.t