mirror of
https://github.com/nvbn/thefuck.git
synced 2025-11-15 14:25:58 +00:00
Use thefuck --alias in func tests
This commit is contained in:
@@ -24,7 +24,7 @@ def proc(request):
|
||||
tag, dockerfile = request.param
|
||||
proc = spawn(request, tag, dockerfile, u'bash')
|
||||
proc.sendline(u"export PS1='$ '")
|
||||
proc.sendline(u'eval $(thefuck-alias)')
|
||||
proc.sendline(u'eval $(thefuck --alias)')
|
||||
proc.sendline(u'echo > $HISTFILE')
|
||||
return proc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user