Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Missing argument at index 2 #86

Closed
Pitasi opened this issue Jun 15, 2020 · 3 comments
Closed

test: Missing argument at index 2 #86

Pitasi opened this issue Jun 15, 2020 · 3 comments

Comments

@Pitasi
Copy link

Pitasi commented Jun 15, 2020

Hi, since this morning I started to have errors at the end of every command output:

$  sleep 6; echo yay
yay
test: Missing argument at index 2

~/.config/fish/conf.d/done.fish (line 180):
                if test -q __done_notification_urgency_level
                   ^
in function '__done_ended'
in event handler: handler for generic event “fish_prompt”

(Type 'help test' for related documentation)

not sure what caused the issue. Alerts are working fine as usual (both normal and errors).

I'm using tmux 3.1b, fish 3.1.2, done 1.14.7.

@ammgws
Copy link
Contributor

ammgws commented Jun 15, 2020

I think that's meant to be set -q not test -q

@franciscolourenco
Copy link
Owner

Thank you for catching this, and sorry for releasing with this issue. Fixed in v1.14.8

@Pitasi
Copy link
Author

Pitasi commented Jun 15, 2020

No worries, thanks to you for such a fast fix 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants