Bug Fixes: * Convert empty space to %20 when render hyperlinks * Split commit workflows and run no-merge-commits only on PRs * Correct naming of commit related workflows Documentation: * Better version bump commit summary Features: * Add no-merge-commits job to commits workflow OBS-URL: https://build.opensuse.org/package/show/Base:System/eza?expand=0&rev=111
14 lines
536 B
Diff
14 lines
536 B
Diff
diff --git a/tests/cmd/absolute_recurse_unix.stdout b/tests/cmd/absolute_recurse_unix.stdout
|
|
index 44233b9..9c56e28 100644
|
|
--- a/tests/cmd/absolute_recurse_unix.stdout
|
|
+++ b/tests/cmd/absolute_recurse_unix.stdout
|
|
@@ -36,7 +36,7 @@ tests/itest/vagrant:
|
|
tests/itest/vagrant/debug:
|
|
[CWD]/tests/itest/vagrant/debug/a
|
|
[CWD]/tests/itest/vagrant/debug/symlink -> a
|
|
-[CWD]/tests/itest/vagrant/debug/symlink-broken -> ./b
|
|
+[CWD]/tests/itest/vagrant/debug/symlink-broken -> b
|
|
|
|
tests/itest/vagrant/dev:
|
|
[CWD]/tests/itest/vagrant/dev/main.bf
|