Skip to content

Commit

Permalink
Restore operator variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmc3 committed Jan 20, 2021
1 parent 7afcba4 commit 147ae9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/fishtape.fish
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function fishtape --description "Test scripts, functions, and plugins in Fish"
set expected "not "$expectations[(contains --index -- $argv[2] $operators)]
set actual (string escape -- $argv[3])
else if set --query argv[3]
set operator "$operator"$argv[2]
set operator $argv[2]
set expected (string escape -- $argv[3])
set actual (string escape -- $argv[1])
else
Expand Down

0 comments on commit 147ae9c

Please sign in to comment.