diff options
Diffstat (limited to 'third_party/git/t/t3700-add.sh')
-rwxr-xr-x | third_party/git/t/t3700-add.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/third_party/git/t/t3700-add.sh b/third_party/git/t/t3700-add.sh index c325167b9031..b7d4ba608cbc 100755 --- a/third_party/git/t/t3700-add.sh +++ b/third_party/git/t/t3700-add.sh @@ -192,7 +192,7 @@ test_expect_success 'git add --refresh with pathspec' ' test_must_be_empty actual && git diff-files --name-only >actual && - ! grep bar actual&& + ! grep bar actual && grep baz actual ' @@ -326,7 +326,9 @@ test_expect_success 'git add --dry-run of an existing file output' " cat >expect.err <<\EOF The following paths are ignored by one of your .gitignore files: ignored-file -Use -f if you really want to add them. +hint: Use -f if you really want to add them. +hint: Turn this message off by running +hint: "git config advice.addIgnoredFile false" EOF cat >expect.out <<\EOF add 'track-this' |