diff --git a/test-tc.py b/test-tc.py
index 5f37045..73abdc4 100755
--- a/test-tc.py
+++ b/test-tc.py
@@ -3,7 +3,7 @@
 # Copyright (c) 2003-2005 TundraWare Inc.  All Rights Reserved.
 
 PROGNAME = "tconfpy Test Driver"
-RCSID = "$Id: test-tc.py,v 1.140 2005/01/13 22:53:02 tundra Exp $"
+RCSID = "$Id: test-tc.py,v 1.141 2005/01/17 22:26:03 tundra Exp $"
 VERSION = RCSID.split()[2]
 
 # Copyright Information
@@ -301,7 +301,7 @@
         # Call the parser and process the results
 
         retval = ParseConfig(fn,
-                             CallingProgram="FeeFiFoFum",
+                             CallingProgram="FeeFiFoFum ",
                              InitialSymTable=st,
                              AllowNewVars=ALLOWVAR,
                              Templates=tl,