diff options
author | Daniel Silverstone <dsilvers@digital-scurf.org> | 2014-08-23 15:49:15 -0700 |
---|---|---|
committer | Daniel Silverstone <dsilvers@digital-scurf.org> | 2014-08-23 15:49:15 -0700 |
commit | a24d48b9f7daa343825e2168c46282a8f96ac007 (patch) | |
tree | a91c688b44f70eec1ddbf83bf2329c09c20d96fc | |
parent | ef7cb90b7e3df1f953d9190f1193101ac4c2f9db (diff) | |
download | gitano-a24d48b9f7daa343825e2168c46282a8f96ac007.tar.bz2 |
Update gitano-test-tool because git fsck doesn't always accept a path
-rw-r--r-- | testing/gitano-test-tool.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gitano-test-tool.in b/testing/gitano-test-tool.in index e892474..822460d 100644 --- a/testing/gitano-test-tool.in +++ b/testing/gitano-test-tool.in @@ -159,7 +159,7 @@ end function cmd_cloneexists(user, localname) run_program { - "git", "fsck", user_home(user) .. "/" .. localname + "git", "fsck", cwd = user_home(user) .. "/" .. localname } end |