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-timeout | |
| 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-timeout')
| -rwxr-xr-x | tests/test/bin/minishell-timeout | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test/bin/minishell-timeout b/tests/test/bin/minishell-timeout new file mode 100755 index 0000000..22d57d1 --- /dev/null +++ b/tests/test/bin/minishell-timeout @@ -0,0 +1,3 @@ +#!/bin/sh + +/usr/bin/yes |
