Skip to content

Commit

Permalink
fix failing test case
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Dec 15, 2023
1 parent 0014531 commit 53fc342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test:
@cat $(PARTS) > .tmpgxadmin
@chmod +x .tmpgxadmin
./test.sh
shellcheck --severity error gxadmin
shellcheck --severity error .tmpgxadmin
@rm -f .tmpgxadmin

shellcheck: gxadmin
Expand Down

0 comments on commit 53fc342

Please sign in to comment.