aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/tests
diff options
context:
space:
mode:
authorAdam Vandenberg2010-03-16 11:47:10 -0700
committerAdam Vandenberg2010-04-06 08:27:11 -0700
commitd49230733f616da01b2f2fab71b10615cc4582e1 (patch)
treec15160309db764fe8d2ce7b8179d79592c1da633 /Library/Homebrew/test/tests
parentbcb1f61f378c8c518abf19e6ef2487b8367df8ec (diff)
downloadbrew-d49230733f616da01b2f2fab71b10615cc4582e1.tar.bz2
Move inreplace tests to separate file.
Diffstat (limited to 'Library/Homebrew/test/tests')
-rwxr-xr-xLibrary/Homebrew/test/tests2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/test/tests b/Library/Homebrew/test/tests
index 6653b10a9..4afc72621 100755
--- a/Library/Homebrew/test/tests
+++ b/Library/Homebrew/test/tests
@@ -9,6 +9,8 @@
# Bulk of the tests
ruby unittest.rb $*
+ruby test_inreplace.rb $*
+
# Test hardware sniffers
ruby test_hardware.rb $*