summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testing/library.yarn4
1 files 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