Skip to content

Commit 60e7f30

Browse files
vgoehlerCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ef21ce2 commit 60e7f30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/remake/Makefile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ EXPECTED_SCORM_SCORE := 80
2222

2323
# Shell pipeline that strips non-printable bytes (e.g. emoji) and leading spaces
2424
# from command output so plain-text patterns can be matched reliably.
25-
STRIP_EMOJI := LC_ALL=C sed 's/[^[:print:]]//g; s/^[[:space:]]*//'
25+
STRIP_EMOJI := LC_ALL=C sed 's/[^[:print:]]//g; s/^[[:space:]]*//'
2626

2727
ALL_TESTS := \
2828
test-courses-var \

0 commit comments

Comments
 (0)