mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 10:51:15 -03:00
Fix tests/checks/autoload.fish
Apparently this test runs with "build/tests" as CWD when run with cmake.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#RUN: %fish %s
|
||||
|
||||
set -g fish_complete_path c1 c2
|
||||
mkdir c1 c2
|
||||
mkdir -p c1 c2
|
||||
|
||||
function foo; end
|
||||
for i in c1 c2
|
||||
|
||||
Reference in New Issue
Block a user