From a6e60d3c646b79c38143ca3aaf0deac3ce447677 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 24 Jan 2021 01:42:29 -0300 Subject: cli-opts.sh: Break long line --- tests/cli-opts.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests/cli-opts.sh') diff --git a/tests/cli-opts.sh b/tests/cli-opts.sh index 5edbc17..7c177df 100755 --- a/tests/cli-opts.sh +++ b/tests/cli-opts.sh @@ -71,7 +71,11 @@ test_flags_without_required_argument() { test_valid_options() { OUT="$(mktemp)" ERR="$(mktemp)" - printf 'a\nb\nc\n' | sh remembering -p "always-unique-$(uuidgen)" -c 'head -n1' 1>"$OUT" 2>"$ERR" + printf 'a\nb\nc\n' | \ + sh remembering \ + -p "always-unique-$(uuidgen)" \ + -c 'head -n1' \ + 1>"$OUT" 2>"$ERR" STATUS=$? assert_status 0 if [ "$(cat "$OUT")" != 'a' ]; then -- cgit v1.2.3