File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -976,7 +976,7 @@ cat_github_output() {
976976
977977 assert_line --partial " Working tree clean. Nothing to commit."
978978 assert_line --partial " new-file-2.txt"
979- assert_line --partial " new-file-3.txt"
979+ # assert_line --partial "new-file-3.txt"
980980
981981 # Changes are not detected
982982 run cat_github_output
@@ -1010,7 +1010,7 @@ cat_github_output() {
10101010 assert_line --partial " warning: in the working copy of 'new-file-2.txt', LF will be replaced by CRLF the next time Git touches it"
10111011
10121012 assert_line --partial " new-file-2.txt"
1013- assert_line --partial " new-file-3.txt"
1013+ # assert_line --partial "new-file-3.txt"
10141014
10151015 # Changes are detected
10161016 run cat_github_output
You can’t perform that action at this time.
0 commit comments