We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e075e commit e46d4ffCopy full SHA for e46d4ff
test/test_metaflac.sh
@@ -378,7 +378,7 @@ metaflac_test case39 "--import-tags-from=-" "--list"
378
379
# Run same test again, but without newline at the end:
380
run_metaflac --remove-all-tags --set-tag="f=0123456789abcdefghij" $flacfile
381
-echo -n "TITLE=Tittle" | run_metaflac --import-tags-from=- $flacfile
+echo $ECHO_N "TITLE=Tittle" | run_metaflac --import-tags-from=- $flacfile
382
check_flac
383
metaflac_test case39 "--import-tags-from=-" "--list"
384
0 commit comments