diff options
| author | Junio C Hamano <gitster@pobox.com> | 2020-03-02 15:07:20 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-03-02 15:07:20 -0800 |
| commit | aa5a7e02ada29bdced0f07babbe32198607890be (patch) | |
| tree | 1b742f9f495e2a9a3aa40afdbb5ad7e438889721 /t/t9800-git-p4-basic.sh | |
| parent | 58595e713c5b654cf01188d344014623a1b5ded5 (diff) | |
| parent | 3c29e21eb047be390d3908d429669cdca3037d9f (diff) | |
| download | git-aa5a7e02ada29bdced0f07babbe32198607890be.tar.xz | |
Merge branch 'ma/test-cleanup'
Code cleanup.
* ma/test-cleanup:
t: drop debug `cat` calls
t9810: drop debug `cat` call
t4117: check for files using `test_path_is_file`
Diffstat (limited to 't/t9800-git-p4-basic.sh')
| -rwxr-xr-x | t/t9800-git-p4-basic.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t9800-git-p4-basic.sh b/t/t9800-git-p4-basic.sh index 5856563068..c98c1dfc23 100755 --- a/t/t9800-git-p4-basic.sh +++ b/t/t9800-git-p4-basic.sh @@ -202,7 +202,6 @@ test_expect_success 'exit when p4 fails to produce marshaled output' ' export PATH && test_expect_code 1 git p4 clone --dest="$git" //depot >errs 2>&1 ) && - cat errs && test_i18ngrep ! Traceback errs ' |
