realpath: allow multiple arguments

Closes #12344
This commit is contained in:
neglu
2026-01-18 00:59:54 +03:00
committed by Johannes Altmanninger
parent 6d5948d814
commit a454d53c28
2 changed files with 48 additions and 50 deletions

View File

@@ -130,4 +130,8 @@ else
echo "fish-symlink/symlink_file not handled correctly: $real_path != expected_real_path" >&2
end
builtin realpath / /
# CHECK: /
# CHECK: /
exit 0