Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dlidstrom committed Apr 3, 2024
1 parent 174767e commit dcafe23
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
echo "status = $status"
[ "$status" -eq 1 ]
[ "${lines[0]}" = "NAME" ]
[ "${lines[1]}" = " Duplo v1.0.1 - duplicate source code block finder" ]
[ "${lines[2]}" = "SYNOPSIS" ]
[ "${lines[3]}" = " duplo [OPTIONS] [INTPUT_FILELIST] [OUTPUT_FILE]" ]
[ "${lines[4]}" = "DESCRIPTION" ]
Expand All @@ -23,7 +22,6 @@
[ "${lines[17]}" = " INPUT_FILELIST input filelist (specify '-' to read from stdin)" ]
[ "${lines[18]}" = " OUTPUT_FILE output file" ]
[ "${lines[19]}" = "VERSION" ]
[ "${lines[20]}" = " v1.0.1" ]
[ "${lines[21]}" = "AUTHORS" ]
[ "${lines[22]}" = " Daniel Lidstrom ([email protected])" ]
[ "${lines[23]}" = " Christian M. Ammann ([email protected])" ]
Expand Down

0 comments on commit dcafe23

Please sign in to comment.