From 2aed17ceef2f147dd74b30e3f70eb7113fb76e43 Mon Sep 17 00:00:00 2001 From: Whiteknight Date: Mon, 23 Nov 2009 15:50:16 -0500 Subject: [PATCH] rename most of the t/functions/ files to not use ugly numbers --- t/functions/{204-arrayfun.t => arrayfun.t} | 0 t/functions/{206-computer.t => computer.t} | 0 t/functions/{201-eye.t => eye.t} | 0 t/functions/{306-inverse.t => inverse.t} | 0 t/functions/{202-isequal.t => isequal.t} | 0 t/functions/{304-isscalar.t => isscalar.t} | 0 t/functions/{308-loadlibrary.t => loadlibrary.t} | 0 t/functions/{301-mtimes.t => mtimes.t} | 0 t/functions/{205-ones.t => ones.t} | 0 t/functions/{203-sprintf.t => sprintf.t} | 0 t/functions/{300-transpose.t => transpose.t} | 0 t/functions/{200-zeros.t => zeros.t} | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename t/functions/{204-arrayfun.t => arrayfun.t} (100%) rename t/functions/{206-computer.t => computer.t} (100%) rename t/functions/{201-eye.t => eye.t} (100%) rename t/functions/{306-inverse.t => inverse.t} (100%) rename t/functions/{202-isequal.t => isequal.t} (100%) rename t/functions/{304-isscalar.t => isscalar.t} (100%) rename t/functions/{308-loadlibrary.t => loadlibrary.t} (100%) rename t/functions/{301-mtimes.t => mtimes.t} (100%) rename t/functions/{205-ones.t => ones.t} (100%) rename t/functions/{203-sprintf.t => sprintf.t} (100%) rename t/functions/{300-transpose.t => transpose.t} (100%) rename t/functions/{200-zeros.t => zeros.t} (100%) diff --git a/t/functions/204-arrayfun.t b/t/functions/arrayfun.t similarity index 100% rename from t/functions/204-arrayfun.t rename to t/functions/arrayfun.t diff --git a/t/functions/206-computer.t b/t/functions/computer.t similarity index 100% rename from t/functions/206-computer.t rename to t/functions/computer.t diff --git a/t/functions/201-eye.t b/t/functions/eye.t similarity index 100% rename from t/functions/201-eye.t rename to t/functions/eye.t diff --git a/t/functions/306-inverse.t b/t/functions/inverse.t similarity index 100% rename from t/functions/306-inverse.t rename to t/functions/inverse.t diff --git a/t/functions/202-isequal.t b/t/functions/isequal.t similarity index 100% rename from t/functions/202-isequal.t rename to t/functions/isequal.t diff --git a/t/functions/304-isscalar.t b/t/functions/isscalar.t similarity index 100% rename from t/functions/304-isscalar.t rename to t/functions/isscalar.t diff --git a/t/functions/308-loadlibrary.t b/t/functions/loadlibrary.t similarity index 100% rename from t/functions/308-loadlibrary.t rename to t/functions/loadlibrary.t diff --git a/t/functions/301-mtimes.t b/t/functions/mtimes.t similarity index 100% rename from t/functions/301-mtimes.t rename to t/functions/mtimes.t diff --git a/t/functions/205-ones.t b/t/functions/ones.t similarity index 100% rename from t/functions/205-ones.t rename to t/functions/ones.t diff --git a/t/functions/203-sprintf.t b/t/functions/sprintf.t similarity index 100% rename from t/functions/203-sprintf.t rename to t/functions/sprintf.t diff --git a/t/functions/300-transpose.t b/t/functions/transpose.t similarity index 100% rename from t/functions/300-transpose.t rename to t/functions/transpose.t diff --git a/t/functions/200-zeros.t b/t/functions/zeros.t similarity index 100% rename from t/functions/200-zeros.t rename to t/functions/zeros.t