From d8c2f187068a8b7b1333dc59b1c9c28df787df9f Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 21 Mar 2015 00:51:09 +0300 Subject: [PATCH] modules/rpm: rename 4 to 5 in tests dir Signed-off-by: Igor Gnatenko --- manual tests/{4 rpm => 5 rpm}/lib.c | 0 manual tests/{4 rpm => 5 rpm}/lib.h | 0 manual tests/{4 rpm => 5 rpm}/main.c | 0 manual tests/{4 rpm => 5 rpm}/meson.build | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename manual tests/{4 rpm => 5 rpm}/lib.c (100%) rename manual tests/{4 rpm => 5 rpm}/lib.h (100%) rename manual tests/{4 rpm => 5 rpm}/main.c (100%) rename manual tests/{4 rpm => 5 rpm}/meson.build (100%) diff --git a/manual tests/4 rpm/lib.c b/manual tests/5 rpm/lib.c similarity index 100% rename from manual tests/4 rpm/lib.c rename to manual tests/5 rpm/lib.c diff --git a/manual tests/4 rpm/lib.h b/manual tests/5 rpm/lib.h similarity index 100% rename from manual tests/4 rpm/lib.h rename to manual tests/5 rpm/lib.h diff --git a/manual tests/4 rpm/main.c b/manual tests/5 rpm/main.c similarity index 100% rename from manual tests/4 rpm/main.c rename to manual tests/5 rpm/main.c diff --git a/manual tests/4 rpm/meson.build b/manual tests/5 rpm/meson.build similarity index 100% rename from manual tests/4 rpm/meson.build rename to manual tests/5 rpm/meson.build