diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-10-03 14:00:45 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-10-03 14:00:45 +0000 |
commit | e03f30dbb672c8eaca2c11c94b4f341738ecd82b (patch) | |
tree | b04d0c7e3589f364f80f07cbad826485f02f3aad /Build/source/texk/tests | |
parent | 54e489dacae8a255736c926a574df24092d98126 (diff) |
various minor fixes
git-svn-id: svn://tug.org/texlive/trunk@24181 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/tests')
-rw-r--r-- | Build/source/texk/tests/common-test.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/tests/common-test.pl b/Build/source/texk/tests/common-test.pl index b720b064988..c936f24f656 100644 --- a/Build/source/texk/tests/common-test.pl +++ b/Build/source/texk/tests/common-test.pl @@ -30,7 +30,7 @@ sub test_run { $ENV{"PATH"} = "../kpathsea:$ENV{PATH}"; # Won't be copyable with weird names, but should get the info across. - print "$0: running ", $prog, join (" ", @args), "\n"; + print "$0: running ", $prog, " ", join (" ", @args), "\n"; # Run it. my $ret = system ($prog, @args); |