diff --git a/README.md b/README.md index b48214b..fefdaee 100644 --- a/README.md +++ b/README.md @@ -74,4 +74,4 @@ build_acl(target_name, target_type, read=False, write=False, execute=False) ## Hacking/Tests -Functionality is tested through `pytest`. As it requires a certain test user to be present, easiest is to use the purpose-built container image. A wrapper is provided at `test.sh`. +Functionality is tested through `pytest`. As it requires a certain test user to be present, easiest is to use the purpose-built container image. A wrapper is provided at `scripts/test.sh`. diff --git a/test.sh b/scripts/test.sh similarity index 100% rename from test.sh rename to scripts/test.sh