---
testing/01-basics.yarn | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/testing/01-basics.yarn b/testing/01-basics.yarn
index 3029f16..5667851 100644
--- a/testing/01-basics.yarn
+++ b/testing/01-basics.yarn
@@ -104,3 +104,16 @@ the `alice` user cannot see it.
THEN stdout contains RW \ anotherrepo
WHEN alice main runs ls
THEN stdout does not contain anotherrepo
+
+Basic command handling
+----------------------
+
+Users interact by running commands.
+Normally when using SSH without a command you get a shell,
+however this isn't the standard use of SSH,
+so when you haven't provided a command you get an error message.
+
+ SCENARIO handling empty commands
+ GIVEN a standard instance
+ WHEN testinstance adminkey, expecting failure, runs
+ THEN stderr contains FATAL: No command provided, cannot continue
--
1.9.1