Skip to content

Commit bde48fb

Browse files
committed
fix tests
1 parent 2e89249 commit bde48fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test.bats

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
echo "status = $status"
55
[ "$status" -eq 1 ]
66
[ "${lines[0]}" = "NAME" ]
7-
[ "${lines[1]}" = " Duplo $DUPLO_VERSION - duplicate source code block finder" ]
7+
[ "${lines[1]}" = " Duplo v1.0.1 - duplicate source code block finder" ]
88
[ "${lines[2]}" = "SYNOPSIS" ]
99
[ "${lines[3]}" = " duplo [OPTIONS] [INTPUT_FILELIST] [OUTPUT_FILE]" ]
1010
[ "${lines[4]}" = "DESCRIPTION" ]
@@ -23,7 +23,7 @@
2323
[ "${lines[17]}" = " INPUT_FILELIST input filelist (specify '-' to read from stdin)" ]
2424
[ "${lines[18]}" = " OUTPUT_FILE output file" ]
2525
[ "${lines[19]}" = "VERSION" ]
26-
[ "${lines[20]}" = " $DUPLO_VERSION" ]
26+
[ "${lines[20]}" = " v1.0.1" ]
2727
[ "${lines[21]}" = "AUTHORS" ]
2828
[ "${lines[22]}" = " Daniel Lidstrom (dlidstrom@gmail.com)" ]
2929
[ "${lines[23]}" = " Christian M. Ammann (cammann@giants.ch)" ]

0 commit comments

Comments
 (0)