diff options
| author | Maxim Belkin | 2018-02-19 08:54:30 +0000 |
|---|---|---|
| committer | Maxim Belkin | 2018-02-19 08:54:30 +0000 |
| commit | 73a3592981f7645ba81afef0332def27f553abc4 (patch) | |
| tree | 71eaa69d65e5694571db853a3eeb54829c22e9f4 /Library | |
| parent | b084a2581f32fcbc6fbdf081ffce9a6c53f66ff6 (diff) | |
| download | brew-73a3592981f7645ba81afef0332def27f553abc4.tar.bz2 | |
Renaming linux-specifix file with tests
Files are globbed based on their name. Therefore, we have to rename
them so tests for Linux are not executed on a Mac.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/test/os/dependency_collector_spec.rb | 2 | ||||
| -rw-r--r-- | Library/Homebrew/test/os/linux/dependency_collector.rb (renamed from Library/Homebrew/test/os/linux/dependency_collector_spec.rb) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/os/dependency_collector_spec.rb b/Library/Homebrew/test/os/dependency_collector_spec.rb index 3d7029e40..d190788da 100644 --- a/Library/Homebrew/test/os/dependency_collector_spec.rb +++ b/Library/Homebrew/test/os/dependency_collector_spec.rb @@ -1 +1 @@ -require "test/os/linux/dependency_collector_spec" if OS.linux? +require "test/os/linux/dependency_collector" if OS.linux? diff --git a/Library/Homebrew/test/os/linux/dependency_collector_spec.rb b/Library/Homebrew/test/os/linux/dependency_collector.rb index eaae99fe9..eaae99fe9 100644 --- a/Library/Homebrew/test/os/linux/dependency_collector_spec.rb +++ b/Library/Homebrew/test/os/linux/dependency_collector.rb |
