Skip to content

Commit

Permalink
aacgain: improve test
Browse files Browse the repository at this point in the history
Test on our new test.m4a (AAC LC stream in M4A container) instead. After
all, aacgain is an "AAC-supporting version of mp3gain", so better make
sure it supports AAC.
  • Loading branch information
zmwangx committed Sep 26, 2016
1 parent 9627a46 commit 1f90a40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/aacgain.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def install
test do
# aacgain modifies files in-place
# See: https://github.com/Homebrew/homebrew/pull/37080
cp test_fixtures("test.mp3"), "test.mp3"
system "#{bin}/aacgain", "test.mp3"
cp test_fixtures("test.m4a"), "test.m4a"
system bin/"aacgain", "test.m4a"
end
end

0 comments on commit 1f90a40

Please sign in to comment.