Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TestExpandMacro fails on Linux and FreeBSD #19

Open
ilius opened this issue Nov 11, 2024 · 0 comments
Open

TestExpandMacro fails on Linux and FreeBSD #19

ilius opened this issue Nov 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ilius
Copy link

ilius commented Nov 11, 2024

Output on Linux Mint Debian Edition (Debian GNU/Linux 12)

--- FAIL: TestExpandMacro (0.00s)
    spawn_test.go:55: %f -> ".." result ","
    spawn_test.go:55: %F -> "/home" result "/home/s-lmde/,"
    spawn_test.go:55: %x -> "." result ","
    spawn_test.go:55: %X -> "/home" result "/home/s-lmde/,"
    spawn_test.go:55: %m -> ".." result ","
    spawn_test.go:55: %M -> "/home" result "/home/s-lmde/,"
    spawn_test.go:55: %~f -> .. result ,
    spawn_test.go:55: %~F -> /home result /home/s-lmde/,
    spawn_test.go:55: %~x -> . result ,
    spawn_test.go:55: %~X -> /home result /home/s-lmde/,
    spawn_test.go:55: %~m -> .. result ,
    spawn_test.go:55: %~M -> /home result /home/s-lmde/,
    spawn_test.go:55: %%%f -> %%".." result %%","
    spawn_test.go:55: %%%~f -> %%.. result %%,
    spawn_test.go:55: \%f%f -> %f".." result %f","
    spawn_test.go:55: \%~f%~f -> %~f.. result %~f,
    spawn_test.go:55: %\f%f -> %f".." result %f","
    spawn_test.go:55: %\~f%~f -> %~f.. result %~f,
    spawn_test.go:55: %AA%ff -> %AA".."f result %AA","f
    spawn_test.go:55: %~A~A%~ff -> %~A~A..f result %~A~A,f
    spawn_test.go:55: %m %f -> ".." ".." result "," ","
    spawn_test.go:55: %~f %f %~m -> .. ".." .. result , "," ,
FAIL

Output on FreeBSD:

--- FAIL: TestExpandMacro (0.00s)
    spawn_test.go:55: %f -> ".." result ".cache"
    spawn_test.go:55: %F -> "/home" result "/home/s/.cache"
    spawn_test.go:55: %x -> "." result ".cache"
    spawn_test.go:55: %X -> "/home" result "/home/s/"
    spawn_test.go:55: %m -> ".." result ".cache"
    spawn_test.go:55: %M -> "/home" result "/home/s/.cache"
    spawn_test.go:55: %~f -> .. result .cache
    spawn_test.go:55: %~F -> /home result /home/s/.cache
    spawn_test.go:55: %~x -> . result .cache
    spawn_test.go:55: %~X -> /home result /home/s/
    spawn_test.go:55: %~m -> .. result .cache
    spawn_test.go:55: %~M -> /home result /home/s/.cache
    spawn_test.go:55: %%%f -> %%".." result %%".cache"
    spawn_test.go:55: %%%~f -> %%.. result %%.cache
    spawn_test.go:55: \%f%f -> %f".." result %f".cache"
    spawn_test.go:55: \%~f%~f -> %~f.. result %~f.cache
    spawn_test.go:55: %\f%f -> %f".." result %f".cache"
    spawn_test.go:55: %\~f%~f -> %~f.. result %~f.cache
    spawn_test.go:55: %AA%ff -> %AA".."f result %AA".cache"f
    spawn_test.go:55: %~A~A%~ff -> %~A~A..f result %~A~A.cachef
    spawn_test.go:55: %m %f -> ".." ".." result ".cache" ".cache"
    spawn_test.go:55: %~f %f %~m -> .. ".." .. result .cache ".cache" .cache

Desktop (please complete the following information):

  • Terminal: gnome-terminal
@ilius ilius added the bug Something isn't working label Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant