From 1639b8598d86b3d8c7fc3c7a0afaed93c67cbb93 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 31 Jul 2022 18:54:22 +0200 Subject: gnulib-tool.py: Make --test behaviour more similar to gnulib-tool. * gnulib-tool.py (main) [test]: Remove space from the testdir name. --- gnulib-tool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnulib-tool.py') diff --git a/gnulib-tool.py b/gnulib-tool.py index 166a4ae56d..a646ae2d38 100755 --- a/gnulib-tool.py +++ b/gnulib-tool.py @@ -702,7 +702,7 @@ def main(): elif mode == 'test': if not destdir: - destdir = 'testdir %04d' % random.randrange(0, 9999) + destdir = 'testdir%04d' % random.randrange(0, 9999) if not auxdir: auxdir = 'build-aux' config.setAuxDir(auxdir) -- cgit v1.2.1