Skip to content

Commit f670adb

Browse files
rscharfegitster
authored andcommitted
t3501: don't create unused file
The file "out" became unused with fd53b7f (merge-recursive: improve add_cacheinfo error handling, 2018-04-19); get rid of it. Signed-off-by: René Scharfe <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8c02fe6 commit f670adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3501-revert-cherry-pick.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ test_expect_success 'cherry-pick works with dirty renamed file' '
150150
test_tick &&
151151
git commit -m renamed &&
152152
echo modified >renamed &&
153-
git cherry-pick refs/heads/unrelated >out &&
153+
git cherry-pick refs/heads/unrelated &&
154154
test $(git rev-parse :0:renamed) = $(git rev-parse HEAD~2:to-rename.t) &&
155155
grep -q "^modified$" renamed
156156
'

0 commit comments

Comments
 (0)