From dcae88c00962729db2978ab41007683394bbbfa9 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Tue, 10 Nov 2015 12:59:40 +0000 Subject: maint: use standard spacing in shebang line in tests It's better to be consistent even though spacing is insignificant: http://www.in-ulm.de/~mascheck/various/shebang/#blankrequired --- tests/no-perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/no-perl') diff --git a/tests/no-perl b/tests/no-perl index 956a82646..19cfcfbc8 100644 --- a/tests/no-perl +++ b/tests/no-perl @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # Perl is not available, the test should be considered skipped. # FD 9 should have been opened by the test suite harness, pointing # to the original stderr (usually, the user's terminal). -- cgit v1.2.3-54-g00ecf