Skip to content

Commit 1ce2bfd

Browse files
committed
πŸ’²
1 parent 22ff2a0 commit 1ce2bfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

β€Žctest.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ if [ $LEN -eq 0 ]; then
9292
exit 1
9393
fi
9494

95-
echo
95+
echo
9696

9797
# Print header for test results
9898
if [ -t 1 ]; then
@@ -105,7 +105,7 @@ else
105105
echo -e "β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜"
106106
fi
107107

108-
echo "-${line##*-}"
108+
echo
109109

110110
# Compare the output of the program with the expected output
111111
for INFILE in "${INFILES[@]}"; do

0 commit comments

Comments
 (0)