We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1382be commit cebe482Copy full SHA for cebe482
tests/acceptance/install_test.sh
@@ -94,7 +94,10 @@ function test_install_downloads_the_given_version_without_dir() {
94
output="$(./install.sh 0.19.0)"
95
96
assert_same \
97
- "$(printf "> Downloading a concrete version: '0.19.0'\n> bashunit has been installed in the 'lib' folder")" \
+ "$(printf "%s\n" \
98
+ "> Downloading a concrete version: '0.19.0'" \
99
+ "> bashunit has been installed in the 'lib' folder" \
100
+ )" \
101
"$output"
102
103
assert_file_exists "$installed_bashunit"
0 commit comments