Description: Use tap instead of tape
 Because node-tap is in Debian and tape is not.
Author: Paolo Greppi <paolo.greppi@libpf.com>
Forwarded: not-needed

Index: node-cli-width/test/index.js
===================================================================
--- node-cli-width.orig/test/index.js
+++ node-cli-width/test/index.js
@@ -1,7 +1,7 @@
 'use strict';
 
 var tty = require('tty');
-var test = require('tape');
+var test = require('tap').test;
 var lib = require('../');
 
 
