]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'pw/git-p4-tests'
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Jul 2012 16:02:11 +0000 (09:02 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jul 2012 16:02:11 +0000 (09:02 -0700)
More "git p4" tests.

* pw/git-p4-tests:
  git p4 test: fix badp4dir test
  git p4 test: split up big t9800 test
  git p4 test: cleanup_git should make a new $git
  git p4 test: copy source indeterminate
  git p4 test: check for error message in failed test
  git p4 test: rename some "git-p4 command" strings
  git p4 test: never create default test repo
  git p4 test: simplify quoting involving TRASH_DIRECTORY
  git p4 test: use real_path to resolve p4 client symlinks
  git p4 test: wait longer for p4d to start and test its pid

1  2 
t/t9810-git-p4-rcs.sh

index b00ad09d23d8e859d3b52c73579e84ad4620b36c,d8bb3d06de3584cfc3c27da55df19c5df9d1bf68..e9daa9c4f6bab493ad5351d4ec9c7c00c6152e68
@@@ -244,9 -244,9 +244,9 @@@ test_expect_success 'cope with rcs keyw
                cd "$git" &&
                git config git-p4.skipSubmitEdit true &&
                git config git-p4.attemptRCSCleanup true &&
-               (cd ../cli && p4_append_to_file kwfile1.c) &&
+               (cd "$cli" && p4_append_to_file kwfile1.c) &&
                old_lines=$(wc -l <kwfile1.c) &&
 -              perl -n -i -e "print unless m/Revision:/" kwfile1.c &&
 +              "$PERL_PATH" -n -i -e "print unless m/Revision:/" kwfile1.c &&
                new_lines=$(wc -l <kwfile1.c) &&
                test $new_lines = $(($old_lines - 1)) &&