Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
970cd3df
Commit
970cd3df
authored
Jul 09, 2001
by
Josh Coalson
Browse files
change to not use pipes so it works better on windows
parent
4e6b3ac2
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test_streams.sh
View file @
970cd3df
...
...
@@ -43,10 +43,10 @@ test_file ()
exit
1
fi
echo
-n
"decode..."
cmd
=
"flac -s -fb -d -fr -
c
$name
.flac"
cmd
=
"flac -s -fb -d -fr -
o
$name
.cmp
$name
.flac"
echo
"### DECODE
$name
#######################################################"
>>
./streams.log
echo
"### cmd=
$cmd
"
>>
./streams.log
if
$cmd
>
$name
.cmp
2>>./streams.log
;
then
:
;
else
if
$cmd
2>>./streams.log
;
then
:
;
else
echo
"ERROR during decode of
$name
"
1>&2
exit
1
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment