Skip to content

Commit

Permalink
Merge pull request #1184 from MartinNowak/silence_fail_tests
Browse files Browse the repository at this point in the history
silence confusing test output
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
  • Loading branch information
dlang-bot committed Jul 3, 2017
2 parents 2af7481 + a37933b commit 2e83112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/interactive-remove.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

$DUB fetch dub --version=0.9.20 && [ -d $HOME/.dub/packages/dub-0.9.20/dub ]
$DUB fetch dub --version=0.9.21 && [ -d $HOME/.dub/packages/dub-0.9.21/dub ]
if $DUB remove dub --non-interactive; then
if $DUB remove dub --non-interactive 2>/dev/null; then
echo "Non-interactive remove should fail" 1>&2
exit 1
fi
Expand Down

0 comments on commit 2e83112

Please sign in to comment.