From f1e829725506813276c0dff21f6e6bfff9873444 Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Tue, 27 Jun 2017 21:20:37 -0700 Subject: Fix bug with shell defaults --- test/tests/shell-compact-stdout.bash | 22 ++++++++++++++++++++++ test/tests/shell-override-default.bash | 14 ++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 test/tests/shell-compact-stdout.bash create mode 100644 test/tests/shell-override-default.bash (limited to 'test') diff --git a/test/tests/shell-compact-stdout.bash b/test/tests/shell-compact-stdout.bash new file mode 100644 index 0000000..dc55d52 --- /dev/null +++ b/test/tests/shell-compact-stdout.bash @@ -0,0 +1,22 @@ +test_description='shell command stdout works in compact form' +. '../test-lib.bash' + +test_expect_success 'run' ' +(run_dotbot | grep "^apple") <