mirror of
https://https.git.savannah.gnu.org/git/findutils.git
synced 2026-01-26 15:39:06 +00:00
tests: adjust shell syntax that breaks AIX /bin/sh
* find/testsuite/find.gnu/execdir-multiple.exp: Move the 'do' of a for loop to the same line so AIX doesn't fail.
This commit is contained in:
parent
e5d6eb919b
commit
faa1301368
@ -22,8 +22,7 @@ set -e
|
||||
here=`pwd`
|
||||
d=`basename $here`
|
||||
|
||||
for arg;
|
||||
do
|
||||
for arg; do
|
||||
echo "$d" "$arg"
|
||||
done | LC_ALL=C sort
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user