diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-03-03 12:24:41 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-03-03 12:24:41 +0100 |
| commit | 820102f9ccdfdfe3ae78c22f803da4db87cb91ba (patch) | |
| tree | c06d6d1276a6216f7db156448eb0db0ed361ec52 /tests/test/bin/minishell-file | |
| parent | 716265929bf861d340c1e71e2f24359875520d3a (diff) | |
| download | minishell_test-820102f9ccdfdfe3ae78c22f803da4db87cb91ba.tar.gz minishell_test-820102f9ccdfdfe3ae78c22f803da4db87cb91ba.tar.bz2 minishell_test-820102f9ccdfdfe3ae78c22f803da4db87cb91ba.zip | |
Added test.test.Test tests
Diffstat (limited to 'tests/test/bin/minishell-file')
| -rwxr-xr-x | tests/test/bin/minishell-file | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
