Skip to content

Commit

Permalink
more test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
madsi1m committed Sep 24, 2024
1 parent d2454d3 commit e3d423d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/aarnetfilesender/filesender.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<expand macro="version_command" />
<command detect_errors="exit_code"><![CDATA[
#if $test != "":
filesender -h 2>&1 &&
filesender -h >$output 2>&1 &&
exit 0;
#end if
Expand Down Expand Up @@ -54,7 +54,7 @@ filesender -p -u '$apiuser' -a '$apikey' -b https://filesender.aarnet.edu.au/res
<test>
<param name="data" value="summary_statistics.txt"/>
<param name="test" value="true"/>
<output name="output" value="output.txt" format="txt">
<output name="output">
<assert_contents>
<has_text text="usage:"/>
</assert_contents>
Expand Down

0 comments on commit e3d423d

Please sign in to comment.