Description: Fix shebang in upstream test
 In Debian, nodejs is the name of the node executable. This fix was
 required to enable the upstream tests to pass.
Forwarded: not-needed
Author: Ross Gammon <rossgammon@mail.dk>

--- a/test/fixtures/shebang
+++ b/test/fixtures/shebang
@@ -1,4 +1,4 @@
-#!/usr/bin/env node
+#!/usr/bin/env nodejs
 
 'use strict';
 
