diff options
author | 2006-09-27 21:41:24 -0700 | |
---|---|---|
committer | 2006-09-27 21:41:24 -0700 | |
commit | e38604e00637a7b25c12c0ef1423a6135cbf049b (patch) | |
tree | c8df7512be7d8d29e4f023947e5de7f55e5c9f48 /t | |
parent | runstatus: do not recurse into subdirectories if not needed (diff) | |
parent | Deprecate merge-recursive.py (diff) | |
download | tgif-e38604e00637a7b25c12c0ef1423a6135cbf049b.tar.xz |
Merge branch 'jc/deprecate-recursive'
* jc/deprecate-recursive:
Deprecate merge-recursive.py
Diffstat (limited to 't')
-rwxr-xr-x | t/test-lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh index e75ad5faac..0fe2718845 100755 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -211,7 +211,7 @@ export PATH GIT_EXEC_PATH PYTHON=`sed -e '1{ s/^#!// q -}' ../git-merge-recursive` || { +}' ../git-merge-recursive-old` || { error "You haven't built things yet, have you?" } "$PYTHON" -c 'import subprocess' 2>/dev/null || { |