mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-05 08:10:15 +02:00
tests: convert remaining uses of test-lib.sh to init.sh
RHS='. "\${srcdir=.}/init.sh"; path_prepend_ ../src'
git grep -l test-lib.sh \
| xargs perl -pi -e 's,^\. \$srcdir/test-lib\.sh$,'"$RHS",
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@
|
||||
|
||||
prog="$abs_top_builddir/src/printf"
|
||||
|
||||
. $srcdir/test-lib.sh
|
||||
. "${srcdir=.}/init.sh"; path_prepend_ ../src
|
||||
test "$VERBOSE" = yes && env -- printf --version
|
||||
|
||||
getlimits_
|
||||
|
||||
Reference in New Issue
Block a user