Skip to content

Commit cebe482

Browse files
committed
refactor: test_install_downloads_the_given_version_without_dir
1 parent d1382be commit cebe482

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/acceptance/install_test.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,10 @@ function test_install_downloads_the_given_version_without_dir() {
9494
output="$(./install.sh 0.19.0)"
9595

9696
assert_same \
97-
"$(printf "> Downloading a concrete version: '0.19.0'\n> bashunit has been installed in the 'lib' folder")" \
97+
"$(printf "%s\n" \
98+
"> Downloading a concrete version: '0.19.0'" \
99+
"> bashunit has been installed in the 'lib' folder" \
100+
)" \
98101
"$output"
99102

100103
assert_file_exists "$installed_bashunit"

0 commit comments

Comments
 (0)