mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 21:03:12 +00:00
test.fish: Remove mention of ".in" files
This commit is contained in:
parent
3a1bc33cad
commit
82977f07a0
1 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,9 @@ set -x FISH_UNIT_TESTS_RUNNING 1
|
|||
# Change to directory containing this script
|
||||
cd (dirname (status -f))
|
||||
|
||||
# Test files specified on commandline, or all *.in files
|
||||
# Test files specified on commandline, or all checks.
|
||||
if set -q argv[1]
|
||||
set files_to_test $argv.in
|
||||
set files_to_test checks/$argv.fish
|
||||
else
|
||||
set files_to_test checks/*.fish
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue