tests: arch-power: Move 32-bit hello binary
authorSandipan Das <sandipan@linux.ibm.com>
Sat, 6 Feb 2021 14:02:44 +0000 (19:32 +0530)
committerSandipan Das <sandipan@linux.ibm.com>
Mon, 15 Feb 2021 08:32:38 +0000 (14:02 +0530)
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 <sandipan@linux.ibm.com>
tests/test-progs/hello/bin/power/hello32 [deleted file]
tests/test-progs/hello/bin/power/linux/hello32 [new file with mode: 0755]

diff --git a/tests/test-progs/hello/bin/power/hello32 b/tests/test-progs/hello/bin/power/hello32
deleted file mode 100755 (executable)
index 6619ae3..0000000
Binary files a/tests/test-progs/hello/bin/power/hello32 and /dev/null differ
diff --git a/tests/test-progs/hello/bin/power/linux/hello32 b/tests/test-progs/hello/bin/power/linux/hello32
new file mode 100755 (executable)
index 0000000..6619ae3
Binary files /dev/null and b/tests/test-progs/hello/bin/power/linux/hello32 differ