From 116883c63299e19161144c72ba7ebc6f382336d5 Mon Sep 17 00:00:00 2001 From: Sandipan Das Date: Sat, 6 Feb 2021 19:32:44 +0530 Subject: [PATCH] tests: arch-power: Move 32-bit hello binary This moves the 32-bit hello binary for Power under the linux subdirectory like it was originally before being removed and reintroduced. Change-Id: I5f3da38f9abdda90b31755ce7e7c955838cc7289 Signed-off-by: Sandipan Das --- .../test-progs/hello/bin/power/{ => linux}/hello32 | Bin 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/test-progs/hello/bin/power/{ => linux}/hello32 (100%) diff --git a/tests/test-progs/hello/bin/power/hello32 b/tests/test-progs/hello/bin/power/linux/hello32 similarity index 100% rename from tests/test-progs/hello/bin/power/hello32 rename to tests/test-progs/hello/bin/power/linux/hello32 -- 2.30.2