]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
test(DMSQUASH): enable all subtests on arm64
authorJo Zzsi <jozzsicsataban@gmail.com>
Thu, 23 Jan 2025 03:01:05 +0000 (22:01 -0500)
committerLaszlo <laszlo.gombos@gmail.com>
Thu, 23 Jan 2025 03:14:01 +0000 (22:14 -0500)
All tests are now passing on arm64.

test/TEST-30-DMSQUASH/test.sh

index 90dd926f65036d9e569f7a59adfb17c581755910..b688435b2463a33a72050ab4e93eeeb8ed320fc6 100755 (executable)
@@ -43,11 +43,6 @@ client_run() {
 test_run() {
     client_run "overlayfs" "" || return 1
 
-    # The remaining subtests are not yet passing on arm, bail out
-    if [[ ${DRACUT_ARCH:-$(uname -m)} == arm* || ${DRACUT_ARCH:-$(uname -m)} == aarch64 ]]; then
-        return 0
-    fi
-
     client_run "live" "rd.live.image" || return 1
     client_run "livedir" "rd.live.image rd.live.dir=LiveOS" || return 1