Skip to content

Commit

Permalink
Merge pull request #12 from eseiler/test/check_congrats
Browse files Browse the repository at this point in the history
[TEST] Check congrats.txt
  • Loading branch information
eseiler authored Mar 6, 2024
2 parents 6f836bb + 9e4b068 commit bd4e1dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,6 @@ echo "The password for end_boss.zip is \"${PASSWORD_END_BOSS}\""
unzip -q -P "${PASSWORD_END_BOSS}" end_boss.zip
cd ${PATH_END_BOSS}

test -f congrats.txt
test -s congrats.txt

cat congrats.txt

0 comments on commit bd4e1dd

Please sign in to comment.