diff options
author | Pádraig Brady <P@draigBrady.com> | 2015-11-10 12:59:40 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2015-11-10 13:03:33 +0000 |
commit | dcae88c00962729db2978ab41007683394bbbfa9 (patch) | |
tree | c21bc696b8768627f22c5b2857fbb1dd76957071 /tests/mv | |
parent | 41a4c714e49e26f290e0c2e27a61d9086e633b52 (diff) | |
download | coreutils-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/mv')
-rwxr-xr-x | tests/mv/into-self.sh | 2 | ||||
-rwxr-xr-x | tests/mv/mv-special-1.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/mv/into-self.sh b/tests/mv/into-self.sh index 0a08154bb..9304a7a63 100755 --- a/tests/mv/into-self.sh +++ b/tests/mv/into-self.sh @@ -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. diff --git a/tests/mv/mv-special-1.sh b/tests/mv/mv-special-1.sh index 0c649f031..44c627306 100755 --- a/tests/mv/mv-special-1.sh +++ b/tests/mv/mv-special-1.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # Test "mv" with special files. # Copyright (C) 1998-2015 Free Software Foundation, Inc. |