Skip to content

Commit 6db9a02

Browse files
committed
don't preserve when copying symlinks
1 parent f0d79e9 commit 6db9a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/fpm/util_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
ta = File.join(target, "a")
2626
tb = File.join(target, "b")
2727
subject.copy_entry(a, ta)
28-
subject.copy_entry(b, tb, true, true)
28+
subject.copy_entry(b, tb, false, true)
2929

3030
# This seems to work to compare file stat calls.
3131
# target 'a' and 'b' should have the same stat result because

0 commit comments

Comments
 (0)