mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 19:41:15 -03:00
test.fish: Remove mention of ".in" files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user