---
testing/library.yarn | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testing/library.yarn b/testing/library.yarn
index 5547faf..c3803b4 100644
--- a/testing/library.yarn
+++ b/testing/library.yarn
@@ -75,8 +75,8 @@ Repository access
$GTT clone "$MATCH_1" "$MATCH_2" "$MATCH_3"
"$MATCH_4" ${MATCH_5:+ --no-local --depth="$MATCH_6"} \
"$DATADIR/stdout" 2>"$DATADIR/stderr"
- IMPLEMENTS WHEN ([a-z][a-z0-9]*),? using ([a-z][a-z0-9]*),? (expecting failure,?
)?pushes ([^ ]+) to ([^ ]+)
- if $GTT push "$MATCH_1" "$MATCH_2" "$MATCH_4"
"$MATCH_5" \
+ IMPLEMENTS WHEN ([a-z][a-z0-9]*),? using ([a-z][a-z0-9]*),? (expecting failure,?
)?(force.)?pushes ([^ ]+) to ([^ ]+)
+ if $GTT push "$MATCH_1" "$MATCH_2" "$MATCH_5"
"$MATCH_6" ${MATCH_4:+--force} \
"$DATADIR/stdout" 2>"$DATADIR/stderr"; then
test "$MATCH_3" = ""
fi
--
2.1.4