Skip to content

Commit 66c134f

Browse files
committed
🎉
1 parent 2c1b62e commit 66c134f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ctest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ else
4646
if [ -t 1 ]; then echo -e "${GREEN}You have passed all tests! \(ᵔᵕᵔ)/${ENDCOLOR}"
4747
else echo "All tests passed!"; fi
4848
elif [ $PASSED -eq $(($len-1)) ]; then
49-
if [ -t 1]; then echo -e "${MAGENTA}You have passed $PASSED out of $len tests. Almost there...! (◎_◎)${ENDCOLOR}"
49+
if [ -t 1 ]; then echo -e "${MAGENTA}You have passed $PASSED out of $len tests. Almost there...! (◎_◎)${ENDCOLOR}"
5050
else echo -e "Passed $PASSED out of $len tests."; fi
5151
else
5252
if [ -t 1 ]; then echo -e "${MAGENTA}You have passed $PASSED out of $len tests. (._.)${ENDCOLOR}"

example.jpg

49 KB
Loading

0 commit comments

Comments
 (0)