summaryrefslogtreecommitdiff
path: root/tests/no-perl
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2015-11-10 12:59:40 +0000
committerPádraig Brady <P@draigBrady.com>2015-11-10 13:03:33 +0000
commitdcae88c00962729db2978ab41007683394bbbfa9 (patch)
treec21bc696b8768627f22c5b2857fbb1dd76957071 /tests/no-perl
parent41a4c714e49e26f290e0c2e27a61d9086e633b52 (diff)
downloadcoreutils-dcae88c00962729db2978ab41007683394bbbfa9.tar.xz
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
Diffstat (limited to 'tests/no-perl')
-rw-r--r--tests/no-perl2
1 files changed, 1 insertions, 1 deletions
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).