Testsuite: tidying
[exim.git] / test / maint / mv_testcase
index e7b0dc3fecb589c1d473e4cc252a0dfc97a14dfb..54000812e924adb37accc1ae0eef013ca51d203e 100755 (executable)
@@ -17,7 +17,7 @@ fi
 set -x
 git mv scripts/*/$srcnum $dstdir/$dstnum
 
-for d in confs log rejectlog paniclog stdin stderr
+for d in confs log rejectlog paniclog stdout stderr
 do
   [ -f "$d/$srcnum" ] && git mv "$d/$srcnum" "$d/$dstnum"
 done