diff --git a/testsuite/expect/inc3.11.9 b/testsuite/expect/inc3.11.9
index 1d26a114c089a83b8b1d94216ef3b083be830180..208f6e79a37555d567dbb6bffefd78f1e2b2f582 100644
--- a/testsuite/expect/inc3.11.9
+++ b/testsuite/expect/inc3.11.9
@@ -181,7 +181,7 @@ proc inc3_11_9 {} {
 
 	set total_core_res   [ expr $core_res_num + 1 ]
 	# Now creating a reservation using first 5 nodes and more cores per node than available
-	set ret_code [create_res "StartTime=now Duration=60 Nodes=$def_node_name\[$min_node_inx\-$max_node_inx\] CoreCnt=1,1,1,1,$total_core_res User=$user_name" 0]
+	set ret_code [create_res "StartTime=now Duration=60 Nodes=$def_node_name\[$min_node_inx\-$max_node_inx\] CoreCnt=1,1,1,1,$total_core_res User=$user_name" 1]
 	if {$ret_code == 0} {
 		send_user "\n\033\[31mFAILURE: reservation was created when it should not\033\[m\n"
 		set ret_code [delete_res $res_name1]