We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c36153c commit 5d328feCopy full SHA for 5d328fe
spec/sign_spec.rb
@@ -225,7 +225,7 @@
225
puts("UNCOMMITTED CHANGES OUTPUT #{subject.stdout.inspect} #{subject.stderr.inspect}")
226
puts("STASH FILE? #{Dir.entries(File.join(temp_path, '.git/logs/refs')).inspect}")
227
puts(File.stat(File.join(temp_path, '.git/logs/refs/stash')).inspect)
228
- puts("HANDLE #{command("C:\\handle.exe stash").stdout}")
+ puts("HANDLE #{command("C:\\handle.exe -accepteula stash").stdout}")
229
# For some reason, windows leaves this file here?
230
stash_path = File.join(temp_path, '.git/logs/refs/stash')
231
if File.exist?(stash_path)
0 commit comments