#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
+1 -1
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