mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-31 14:35:06 +00:00
Do not create temp files.
This commit is contained in:
parent
9d639c11e2
commit
69fec72247
@ -11,7 +11,7 @@ class T_205X_cuesheets < Test
|
||||
sys("../src/mkvextract cuesheet #{tmp}-src --no-variable-data &> #{tmp}")
|
||||
hash = hash_tmp(false)
|
||||
sys("../src/mkvextract tracks #{tmp}-src --no-variable-data " +
|
||||
"--cuesheet 1:#{tmp} > /tmp/a")
|
||||
"--cuesheet 1:#{tmp} > /dev/null")
|
||||
hash += "-" + hash_tmp("#{tmp}.cue")
|
||||
unlink_tmp_files
|
||||
return hash
|
||||
|
Loading…
Reference in New Issue
Block a user