Skip to content

Commit 58dfeb3

Browse files
author
scott Chacon
committed
changed a unit test
1 parent df27b5e commit 58dfeb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/units/test_archive.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def test_archive
2929
f = @git.object('v2.6').archive(tempfile, :format => 'tgz', :prefix => 'test/')
3030
assert(File.exists?(f))
3131

32-
f = @git.object('v2.6').archive(tempfile, :format => 'tar', :prefix => 'test/', :path => 'ex')
32+
f = @git.object('v2.6').archive(tempfile, :format => 'tar', :prefix => 'test/', :path => 'ex_dir/')
3333
assert(File.exists?(f))
3434

3535
in_temp_dir do

0 commit comments

Comments
 (0)