Skip to content

Commit

Permalink
Test --help output formating
Browse files Browse the repository at this point in the history
  • Loading branch information
travis committed Apr 10, 2017
1 parent c9a97f8 commit 1c62635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.butt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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++))
Expand Down

0 comments on commit 1c62635

Please sign in to comment.