From 1c62635f56441de7b89e6746564faa5b4b3686e4 Mon Sep 17 00:00:00 2001 From: travis Date: Mon, 10 Apr 2017 08:48:56 +0200 Subject: [PATCH] Test --help output formating --- test/test.butt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.butt b/test/test.butt index 564cabf..46468a9 100755 --- a/test/test.butt +++ b/test/test.butt @@ -42,7 +42,6 @@ function load_changelog { IFS=$'\n' read -d '' -r -a chgloglines <<< "$chglog" || return 0 } -export OMGF_OPTIONS="" export COLUMNS=30 local i curdir ref log loglines chglog chgloglines @@ -68,6 +67,7 @@ start "omgf help" debug "omgf --help 2>/dev/null" assert_equal $status 0 assert_startwith "${outlines[0]}" "Usage: omgf [-" + assert_startwith "${outlines[1]}" " -c, --conform" end ####################################### : $((i++))