diff options
author | Omar Polo <op@omarpolo.com> | 2022-07-04 14:33:45 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-07-04 14:33:45 +0000 |
commit | d45d5306e3c077eb3c8ecfc4c60e2e427b4cc21d (patch) | |
tree | 1276134dcedc991f5a3a4339a63463e7141ea47d | |
parent | 0d823f229db226e9aef7ca7bdf204da7bac41932 (diff) |
fix test_auto_index
-rw-r--r-- | regress/tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/tests.sh b/regress/tests.sh index 5ad78ac..6a30334 100644 --- a/regress/tests.sh +++ b/regress/tests.sh @@ -177,7 +177,7 @@ test_auto_index() { cat <<EOF > listing.expected # Index of /dir/ -=> ./.. +=> ./../ => ./current%20date => ./foo.gmi => ./hello |