Skip to content

Commit

Permalink
[configure] Fix test after whitespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy C committed Jan 6, 2025
1 parent 1c582ab commit 937099a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configure-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,10 @@ test_echo_vars() {
fi
if ! test "$output" = 'HAVE_READLINE=
READLINE_DIR=
PREFIX=/usr/local
DATAROOTDIR=
STRIP_FLAGS=--gc-sections'; then
die "Unexpected echo_shell_vars output: $output"
fi
Expand All @@ -137,8 +139,10 @@ STRIP_FLAGS=--gc-sections'; then
fi
if ! test "$output" = 'HAVE_READLINE=1
READLINE_DIR=
PREFIX=/usr/local
DATAROOTDIR=
STRIP_FLAGS=--gc-sections'; then
die "Unexpected echo_shell_vars output: $output"
fi
Expand All @@ -152,8 +156,10 @@ STRIP_FLAGS=--gc-sections'; then
fi
if ! test "$output" = 'HAVE_READLINE=1
READLINE_DIR=/path/to/readline
PREFIX=/usr/local
DATAROOTDIR=
STRIP_FLAGS=--gc-sections'; then
die "Unexpected echo_shell_vars output: $output"
fi
Expand Down

0 comments on commit 937099a

Please sign in to comment.