diff options
author | Jim Meyering <meyering@redhat.com> | 2009-09-14 14:53:24 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-09-14 15:27:02 +0200 |
commit | 71bac0dac3126a9f06b25f3b2e31e12698b88c6e (patch) | |
tree | bc8bea949cf8413d92b600872ee0c57fab57dabc /tests | |
parent | d41dbb187f8fc5e6c3961725c98e246b0123a9c1 (diff) | |
download | coreutils-71bac0dac3126a9f06b25f3b2e31e12698b88c6e.tar.xz |
maint: use #!/bin/sh consistently in shell-based test scripts
* tests/misc/sort-continue: Change first line to standard #!/bin/sh,
not #!/bin/bash (though it doesn't matter, since each is invoked
via $(SHELL) dir/test-name.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/misc/sort-continue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/sort-continue b/tests/misc/sort-continue index 1b0ef431c..8b206f35c 100755 --- a/tests/misc/sort-continue +++ b/tests/misc/sort-continue @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Tests for file descriptor exhaustion. # Copyright (C) 2009 Free Software Foundation, Inc. |