From 53db492aba9c3155835b89417e6b8281ef9465ed Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Tue, 1 Oct 2019 20:16:09 +0200 Subject: [PATCH] Base: Rename the "html" test directory to "www" It was conflicting with the html program and I'm too lazy to deal with that right now. :^) --- Base/home/anon/{html => www}/css.html | 0 Base/home/anon/{html => www}/lorem.html | 0 Base/home/anon/{html => www}/small.html | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename Base/home/anon/{html => www}/css.html (100%) rename Base/home/anon/{html => www}/lorem.html (100%) rename Base/home/anon/{html => www}/small.html (100%) diff --git a/Base/home/anon/html/css.html b/Base/home/anon/www/css.html similarity index 100% rename from Base/home/anon/html/css.html rename to Base/home/anon/www/css.html diff --git a/Base/home/anon/html/lorem.html b/Base/home/anon/www/lorem.html similarity index 100% rename from Base/home/anon/html/lorem.html rename to Base/home/anon/www/lorem.html diff --git a/Base/home/anon/html/small.html b/Base/home/anon/www/small.html similarity index 100% rename from Base/home/anon/html/small.html rename to Base/home/anon/www/small.html