diff --git a/tests/checks/complete.fish b/tests/checks/complete.fish index 0c741c45d..0d34aa9bb 100644 --- a/tests/checks/complete.fish +++ b/tests/checks/complete.fish @@ -541,7 +541,7 @@ begin # CHECK: Empty completions end -rm -$f $tmpdir/* +rm $tmpdir/* # Leading dots are not completed for default file completion, # but may be for custom command (e.g. git add). @@ -557,8 +557,6 @@ echo "Should be nothing" complete -C'dotty ' # CHECK: .abc -rm -r $tmpdir - complete -C'complete --command=mktemp' | string replace -rf '=mktemp\t.*' '=mktemp' # (one "--command=" is okay, we used to get "--command=--command=" # CHECK: --command=mktemp