diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-06-17 14:42:00 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-06-17 14:42:00 +0200 |
| commit | d845a683e67a89c699109dab660f6ec0eb74a2c4 (patch) | |
| tree | 7dcde94b956da16c4c1e70e791439817658f9285 /suites | |
| parent | a5a7a2ae5132b2cc682fe8c2496680bf748bf9b3 (diff) | |
| download | minishell_test-d845a683e67a89c699109dab660f6ec0eb74a2c4.tar.gz minishell_test-d845a683e67a89c699109dab660f6ec0eb74a2c4.tar.bz2 minishell_test-d845a683e67a89c699109dab660f6ec0eb74a2c4.zip | |
Added line breaks for too long output
Diffstat (limited to 'suites')
| -rw-r--r-- | suites/suites.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/suites/suites.py b/suites/suites.py index 56329e5..f56875e 100644 --- a/suites/suites.py +++ b/suites/suites.py @@ -178,6 +178,7 @@ def suite_glob(test): mkdir src; touch src/a src/b src/c src/foo.c src/bar.c;\ mkdir inc; touch inc/a inc/b inc/c inc/foo.h inc/bar.h") + test("echo /*") test("echo /etc/*") test("echo /usr/include/*.h") test("echo /*/*") |
