We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bcd6608 + 24676f0 commit 167843fCopy full SHA for 167843f
1 file changed
t/t5004-archive-corner-cases.sh
@@ -28,7 +28,7 @@ check_dir() {
28
}
29
30
test_expect_success 'tar archive of empty tree is empty' '
31
- git archive --format=tar HEAD >empty.tar &&
+ git archive --format=tar HEAD: >empty.tar &&
32
make_dir extract &&
33
"$TAR" xf empty.tar -C extract &&
34
check_dir extract
0 commit comments