Skip to content

Commit e46d4ff

Browse files
authored
Use $ECHO_N
1 parent 21e075e commit e46d4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_metaflac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ metaflac_test case39 "--import-tags-from=-" "--list"
378378

379379
# Run same test again, but without newline at the end:
380380
run_metaflac --remove-all-tags --set-tag="f=0123456789abcdefghij" $flacfile
381-
echo -n "TITLE=Tittle" | run_metaflac --import-tags-from=- $flacfile
381+
echo $ECHO_N "TITLE=Tittle" | run_metaflac --import-tags-from=- $flacfile
382382
check_flac
383383
metaflac_test case39 "--import-tags-from=-" "--list"
384384

0 commit comments

Comments
 (0)