Skip to content

Commit

Permalink
[bugfix] Resolve MegaLinter errors with continued lines
Browse files Browse the repository at this point in the history
  • Loading branch information
oceanofthelost committed Jan 22, 2023
1 parent 88b1b0a commit 2e86337
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/02/t0262a.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ TEST_SUBJECT="-Round_Up"
. test_prelude.sh

srec_cat -generate 0 8 -constant 0 -offset - 1 -Round_Up 0 \
2> test.out
2> test.out

if test $? -ne 1; then fail; fi

Expand Down
2 changes: 1 addition & 1 deletion test/02/t0263a.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ TEST_SUBJECT="-Round_Down"
. test_prelude.sh

srec_cat -generate 0 8 -constant 0 -offset - 1 -Round_Up 0 \
2> test.out
2> test.out

if test $? -ne 1; then fail; fi

Expand Down
2 changes: 1 addition & 1 deletion test/02/t0264a.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ TEST_SUBJECT="-Round_Nearest"
. test_prelude.sh

srec_cat -generate 0 8 -constant 0 -offset - 1 -Round_Nearest 0 \
2> test.out
2> test.out

if test $? -ne 1; then fail; fi

Expand Down

0 comments on commit 2e86337

Please sign in to comment.