diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-09-18 11:44:50 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-09-18 11:44:50 -0700 |
commit | 34022ba21af3ec7d44b34a94cb8f2b3879c6c95c (patch) | |
tree | 370447bef15584ac9f5f5392834be0b37ce6a651 /t | |
parent | Merge branch 'jk/duplicate-objects-in-packs' (diff) | |
parent | git p4: implement view spec wildcards with "p4 where" (diff) | |
download | tgif-34022ba21af3ec7d44b34a94cb8f2b3879c6c95c.tar.xz |
Merge branch 'ks/p4-view-spec'
* ks/p4-view-spec:
git p4: implement view spec wildcards with "p4 where"
git p4 test: sanitize P4CHARSET
Diffstat (limited to 't')
-rw-r--r-- | t/lib-git-p4.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/lib-git-p4.sh b/t/lib-git-p4.sh index 2098b9ba05..ccd918e79e 100644 --- a/t/lib-git-p4.sh +++ b/t/lib-git-p4.sh @@ -48,7 +48,8 @@ P4DPORT=$((10669 + ($testid - $git_p4_test_start))) P4PORT=localhost:$P4DPORT P4CLIENT=client P4EDITOR=: -export P4PORT P4CLIENT P4EDITOR +unset P4CHARSET +export P4PORT P4CLIENT P4EDITOR P4CHARSET db="$TRASH_DIRECTORY/db" cli="$TRASH_DIRECTORY/cli" |