Fix tests/checks/autoload.fish

Apparently this test runs with "build/tests" as CWD when run with cmake.
This commit is contained in:
Johannes Altmanninger
2025-06-09 22:36:01 +02:00
parent a014166795
commit f787e6858c

View File

@@ -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