Sha256: 0befbc81212339af05d170fbf699cd7360e5406ab41fad4e8e5b2c6a4e572c6d
Contents?: true
Size: 458 Bytes
Versions: 268
Compression:
Stored size: 458 Bytes
Contents
#!/usr/bin/env bash set -e source test/setup use Test::More note "Test output from successful git-subrepo commands" clone-foo-and-bar { is "$( cd $OWNER/bar git subrepo --quiet clone ../../../$UPSTREAM/foo catch git subrepo push foo )" \ "Subrepo 'foo' has no new commits to push." \ "Output OK: Check that 'push' requires changes to push" ( cd $OWNER/bar git subrepo --quiet clean foo ) } done_testing 1 teardown
Version data entries
268 entries across 268 versions & 4 rubygems