We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e515007 commit 2c14be6Copy full SHA for 2c14be6
lib/git-subrepo
@@ -1787,9 +1787,7 @@ git:get-head-branch-commit() {
1787
git:commit-in-rev-list() {
1788
local commit=$1
1789
local list_head=$2
1790
- set +o pipefail
1791
git rev-list "$list_head" | grep -q "^$commit"
1792
- set -o pipefail
1793
}
1794
1795
git:make-ref() {
test/pull.t
@@ -88,12 +88,11 @@ gitrepo=$OWNER/foo/bar/.gitrepo
88
git subrepo pull bar || touch pull_failed
89
) &> /dev/null || die
90
91
-# XXX
92
-# # We check that the control file was created
93
-# {
94
-# test-exists \
95
-# "$OWNER/foo/pull_failed"
96
-# }
+# We check that the control file was created
+{
+ test-exists \
+ "$OWNER/foo/pull_failed"
+}
97
98
done_testing # 9
99
0 commit comments