File: 0002-Change-Test-Path-for-running-under-test_runner.rb.patch

package info (click to toggle)
ruby-netcdf 0.6.6-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,192 kB
  • sloc: ansic: 3,968; ruby: 1,661; makefile: 9; csh: 6
file content (24 lines) | stat: -rw-r--r-- 644 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Date: Wed, 22 Feb 2012 17:49:07 +0900
Subject: Change Test Path for running under test_runner.rb

Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>
---
 test/test.rb |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/test/test.rb b/test/test.rb
index 7ec59c6..d9714c3 100644
--- a/test/test.rb
+++ b/test/test.rb
@@ -1,9 +1,5 @@
-##require 'numru/netcdf' 
-## // to test before make install -->
 require 'narray'
-require '../netcdfraw'  
-require '../lib/netcdf'
-## <-- to test before make install //
+require 'numru/netcdf'  
 
 include NumRu