summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2017-07-31 21:10:10 -0400
committerDaniel Silverstone <dsilvers@digital-scurf.org>2017-07-31 21:10:10 -0400
commitd7130fbf9af670aa22a95d9ef294e9853a67756b (patch)
tree03b93983b813f28907637a7bb17dfa2c8c28e755
parentba70ba28fa00d8f5ae480a8fa6e8035c628a2fbb (diff)
downloadgitano-d7130fbf9af670aa22a95d9ef294e9853a67756b.tar.gz
Use $GTT rungit to handle git pull
-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")"