diff --git a/tests/run_tests.sh b/tests/run_tests.sh index 7986dac..2ded774 100755 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -259,7 +259,7 @@ fi # 16. Uninstall — removes installed files, config is kept in non-interactive mode it "uninstalls installed files (keeps config)" -uninstall_out=$("$COLOR_TOOL" --uninstall 2>&1) +uninstall_out=$("$COLOR_TOOL" --uninstall &1) if [[ ! -e "$HOME/.local/bin/color-tool" ]] && [[ ! -L "$HOME/.local/bin/color-tool" ]] && [[ ! -d "$XDG_DATA_HOME/color-tool" ]] &&