Skip to content

Commit aff5f2e

Browse files
authored
Update test_android.py
1 parent c4a046d commit aff5f2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_android.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
class TestAndroid(unittest.TestCase):
1414
@unittest.skipUnless(platform.system() == 'Linux', 'run only on Linux')
1515
def test_android_arm64(self):
16-
test_binary = "../examples/rootfs/arm64_android/bin/arm64_android_hello"
17-
rootfs = "../examples/rootfs/arm64_android"
16+
test_binary = "../examples/rootfs/arm64_android6.0/bin/arm64_android_hello"
17+
rootfs = "../examples/rootfs/arm64_android6.0"
1818

1919
# FUTURE FIX: at this stage, need a file called /proc/self/exe in the rootfs - Android linker calls stat against /proc/self/exe and bails if it can't find it
2020
# qiling handles readlink against /proc/self/exe, but doesn't handle it in stat

0 commit comments

Comments
 (0)