Skip to content

Commit

Permalink
Update test/functional/tools/tool_deleting_output.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias authored Jul 6, 2022
1 parent 4378b77 commit 1936272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/tools/tool_deleting_output.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<tool id="tool_deleting_output" name="tool_deleting_output" version="0.1.0" license="AFL-3.0" profile="21.09">
<command><![CDATA[
rm '$out_file1'; ## don't use && since otherwise the framework test fails
rm '$out_file1' || true && ## alle sure that this does not fail.
exit $exit_code
]]></command>
<inputs>
Expand Down

0 comments on commit 1936272

Please sign in to comment.