summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/library.yarn3
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/library.yarn b/testing/library.yarn
index 88f6142..f54a2e3 100644
--- a/testing/library.yarn
+++ b/testing/library.yarn
@@ -113,8 +113,7 @@ Clone manipulation
$GTT cloneexists "$MATCH_1" "$MATCH_2"
IMPLEMENTS WHEN git pull happens in ([a-z][a-z0-9]*) ([^ ]+)
- cd "$($GTT clonelocation "$MATCH_1" "$MATCH_2")"
- git pull
+ $GTT rungit "$MATCH_1" "$MATCH_2" pull
IMPLEMENTS THEN ([a-z][a-z0-9]*) ([^ ]+) has a file called (.+)
cd "$($GTT clonelocation "$MATCH_1" "$MATCH_2")"