From ed919acff7e5e7e7c58785629386ca7db9af9f53 Mon Sep 17 00:00:00 2001 From: Thomas Lindop Date: Wed, 28 May 2025 11:16:30 +0100 Subject: [PATCH] >> add examples of symbolic links to tests --- test.bash | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test.bash b/test.bash index 6f41fc7..acf8cd3 100755 --- a/test.bash +++ b/test.bash @@ -42,6 +42,10 @@ owltest_setup() { $'No\u0338rse\u0301' \ 'Question? Why' \ 'QUESTION: WHY' + ln -s "${PWD}/::>?" ascii_dir/file + ln -s "${PWD}/::>?" ascii_dir/fi?le + ln -s "${PWD}/no-change-needed" 'ascii_dir/oh?' + ln -s /invalid/path 'ascii_dir/bad link' } owltest_teardown() {