From: Lyndon Nerenberg Date: Thu, 31 Jan 2013 09:44:03 +0000 (-0800) Subject: Wrap 'pick -subject foobar 13' test with set +e/-e. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/674947e30fe81ede92efb0bc503d210d3aecf68e?ds=sidebyside;hp=-c Wrap 'pick -subject foobar 13' test with set +e/-e. The command was failing silently on FreeBSD, leading to premature script termination. --- 674947e30fe81ede92efb0bc503d210d3aecf68e diff --git a/test/pick/test-pick b/test/pick/test-pick index 12d2aae0..93451189 100755 --- a/test/pick/test-pick +++ b/test/pick/test-pick @@ -258,7 +258,9 @@ EOF echo 13 >"$expected" +set +e pick -subject foobar 13 >"$actual" 2>&1 +set -e check "$expected" "$actual" # Test -nosequence.