Skip to content

Commit 5d328fe

Browse files
committed
Sigh.
1 parent c36153c commit 5d328fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spec/sign_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
puts("UNCOMMITTED CHANGES OUTPUT #{subject.stdout.inspect} #{subject.stderr.inspect}")
226226
puts("STASH FILE? #{Dir.entries(File.join(temp_path, '.git/logs/refs')).inspect}")
227227
puts(File.stat(File.join(temp_path, '.git/logs/refs/stash')).inspect)
228-
puts("HANDLE #{command("C:\\handle.exe stash").stdout}")
228+
puts("HANDLE #{command("C:\\handle.exe -accepteula stash").stdout}")
229229
# For some reason, windows leaves this file here?
230230
stash_path = File.join(temp_path, '.git/logs/refs/stash')
231231
if File.exist?(stash_path)

0 commit comments

Comments
 (0)