mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-27 03:44:26 +08:00
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
This commit is contained in:
parent
41a4c714e4
commit
dcae88c009
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#!/bin/sh
|
||||
# Basic tests for "install".
|
||||
|
||||
# Copyright (C) 1998-2015 Free Software Foundation, Inc.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#!/bin/sh
|
||||
# Test -D option.
|
||||
|
||||
# Copyright (C) 2000-2015 Free Software Foundation, Inc.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#!/bin/sh
|
||||
# Make sure all of these programs work properly
|
||||
# when invoked with --help or --version.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#!/bin/sh
|
||||
# Test "nice".
|
||||
|
||||
# Copyright (C) 2002-2015 Free Software Foundation, Inc.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#!/bin/sh
|
||||
# Test "stty" with rows and columns.
|
||||
|
||||
# Copyright (C) 1998-2015 Free Software Foundation, Inc.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#!/bin/sh
|
||||
# Make sure stty can parse most of its options.
|
||||
|
||||
# Copyright (C) 1998-2015 Free Software Foundation, Inc.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#!/bin/sh
|
||||
# Demonstrate how mv fails when it tries to move a directory into itself.
|
||||
|
||||
# Copyright (C) 1998-2015 Free Software Foundation, Inc.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#!/bin/sh
|
||||
# Test "mv" with special files.
|
||||
|
||||
# Copyright (C) 1998-2015 Free Software Foundation, Inc.
|
||||
|
@ -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).
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /bin/sh
|
||||
#!/bin/sh
|
||||
|
||||
# Use stat to find a writable directory on a file system different from that
|
||||
# of the current directory. If one is found, create a temporary directory
|
||||
|
Loading…
Reference in New Issue
Block a user