From: Artem Bityutskiy Date: Sun, 23 Dec 2007 16:36:47 +0000 (+0200) Subject: ubi-utils: move jffs2_test.sh X-Git-Tag: v1.2.0~110 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=8b8b18dbb8f8a8b58f3e96ca2970c645be735757;p=mtd-utils.git ubi-utils: move jffs2_test.sh Move this piece of code to sort-me-out/. See README. Signed-off-by: Artem Bityutskiy --- diff --git a/ubi-utils/sort-me-out/README b/ubi-utils/sort-me-out/README new file mode 100644 index 0000000..7dd45c1 --- /dev/null +++ b/ubi-utils/sort-me-out/README @@ -0,0 +1,5 @@ +This directory contains various stuff that has to be cleaned up and sorted out. + +* jffs2_test.sh: this has nothing to do to UBI. And the test is quite trivial, + so it is questionable if it should not be deleted. Anyway, if we want this, + it has to be moved to mtd-utils.git/tests/fs-tests. diff --git a/ubi-utils/scripts/jffs2_test.sh b/ubi-utils/sort-me-out/jffs2_test.sh similarity index 100% rename from ubi-utils/scripts/jffs2_test.sh rename to ubi-utils/sort-me-out/jffs2_test.sh