diff options
Diffstat (limited to 'tests/split/suffix-length.sh')
-rwxr-xr-x | tests/split/suffix-length.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/split/suffix-length.sh b/tests/split/suffix-length.sh index bc65e9f6d..58e8cfd0a 100755 --- a/tests/split/suffix-length.sh +++ b/tests/split/suffix-length.sh @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -. "${srcdir=.}/init.sh"; path_prepend_ ../src +. "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ split a_z='a b c d e f g h i j k l m n o p q r s t u v w x y z' |