aboutsummaryrefslogtreecommitdiff
path: root/commands/tests
diff options
context:
space:
mode:
authorJordan Bracco <href@random.sh>2022-03-22 21:36:58 +0000
committerJordan Bracco <href@random.sh>2022-03-22 21:36:58 +0000
commit435531e42f3d1b1d0de291071aedb111d727e57d (patch)
treef51ae7f59750b41f6ac416e01f102801a1c420b6 /commands/tests
Initial PoC
Diffstat (limited to 'commands/tests')
-rwxr-xr-xcommands/tests/test_ensure_command_exists.sh3
-rwxr-xr-xcommands/tests/test_exit.sh3
2 files changed, 6 insertions, 0 deletions
diff --git a/commands/tests/test_ensure_command_exists.sh b/commands/tests/test_ensure_command_exists.sh
new file mode 100755
index 0000000..646d2c1
--- /dev/null
+++ b/commands/tests/test_ensure_command_exists.sh
@@ -0,0 +1,3 @@
+#!./cloyster
+
+ensure_command_exists notgoingtoexist
diff --git a/commands/tests/test_exit.sh b/commands/tests/test_exit.sh
new file mode 100755
index 0000000..2ad2699
--- /dev/null
+++ b/commands/tests/test_exit.sh
@@ -0,0 +1,3 @@
+#!./cloyster
+
+exit 42