1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-10-29 22:24:44 +00:00

#298 Fix tests with BARE

This commit is contained in:
nvbn
2015-07-31 15:04:06 +03:00
parent 214acf56c5
commit 8632a29edc
3 changed files with 2 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ def proc(request):
proc = spawn(request, tag, dockerfile, u'zsh')
proc.sendline(u'eval $(thefuck-alias)')
proc.sendline(u'export HISTFILE=~/.zsh_history')
proc.sendline(u'touch $HISTFILE')
proc.sendline(u'echo > $HISTFILE')
return proc