From 820102f9ccdfdfe3ae78c22f803da4db87cb91ba Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 3 Mar 2021 12:24:41 +0100 Subject: Added test.test.Test tests --- tests/test/bin/minishell-file | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 tests/test/bin/minishell-file (limited to 'tests/test/bin/minishell-file') diff --git a/tests/test/bin/minishell-file b/tests/test/bin/minishell-file new file mode 100755 index 0000000..4f22ea2 --- /dev/null +++ b/tests/test/bin/minishell-file @@ -0,0 +1,4 @@ +#!/bin/sh + +echo bonjour > bonjour +echo aurevoir > aurevoir -- cgit