Skip to content

Commit f36ff62

Browse files
committed
test: increase the COLUMNS to 100 on phar test
1 parent f72ed11 commit f36ff62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phar/tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ testPharRelativeFiles() {
3434
testPharConfigDoesNotExist() {
3535
cd $(dirname $0)/data/
3636
set +e
37-
OUTPUT=$(${PHAR_PATH} update --no-progress --no-ansi --force ./doctum-error.conf.php 2>&1)
37+
OUTPUT=$(COLUMNS=100 ${PHAR_PATH} update --no-progress --no-ansi --force ./doctum-error.conf.php 2>&1)
3838
OUTPUT=$(echo "${OUTPUT}" | sed 's/ *$//g')
3939
set -e
4040
assertSame "The output must be the same" "${OUTPUT}" "$(printf "$(cat error_cli_no_config.out)" "$(pwd)/")"

0 commit comments

Comments
 (0)