[Pkg-javascript-commits] [node-tap] 105/186: Remove my home dir from test fixture

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 1 16:40:49 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-tap.

commit a8a896ac3d11223aab2a5326750686b2f99cbc6d
Author: isaacs <i at izs.me>
Date:   Mon Nov 20 06:42:33 2017 -0800

    Remove my home dir from test fixture
---
 test/run.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/run.js b/test/run.js
index 1bf1245..818dec7 100644
--- a/test/run.js
+++ b/test/run.js
@@ -150,7 +150,7 @@ t.test('dump config stuff', t => {
         statements: 100,
         jobs: 4,
         outputFile: 'out.txt',
-        rcFile: '/Users/isaacs/.taprc',
+        rcFile: path.resolve(process.env.HOME, '.taprc'),
         only: true })
       t.end()
     })

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-tap.git



More information about the Pkg-javascript-commits mailing list