diff --git a/testsuite/expect/test7.3.prog.c b/testsuite/expect/test7.3.prog.c
index aba35684bcbf8f382f9a3f241bfa89ee4d46dc9b..aa3bb80293b79541c5952ee4c758053c7f507102 100644
--- a/testsuite/expect/test7.3.prog.c
+++ b/testsuite/expect/test7.3.prog.c
@@ -83,7 +83,6 @@ int main (int argc, char *argv[])
 		printf("Waiting for resource allocation\n");
 		fflush(stdout);
 		old_alloc.job_id = job_resp->job_id;
-		old_alloc.uid    = job_req.user_id;
 		while ((job_resp->node_list == NULL) ||
 		       (strlen(job_resp->node_list) == 0)) {
 			sleep(5);