Update runtest.sh
[platform/upstream/coreclr.git] / init-tools.sh
index 995e882..f965583 100755 (executable)
@@ -43,14 +43,14 @@ get_current_linux_name() {
         echo "alpine"
         return 0
     elif [ "$(cat /etc/os-release | grep -cim1 fedora)" -eq 1 ]; then
-        if [ "$(cat /etc/os-release | grep -cim1 23)" -eq 1 ]; then
-            echo "fedora.23"
-            return 0
-        fi
         if [ "$(cat /etc/os-release | grep -cim1 24)" -eq 1 ]; then
             echo "fedora.24"
             return 0
         fi
+        if [ "$(cat /etc/os-release | grep -cim1 25)" -eq 1 ]; then
+            echo "fedora.25"
+            return 0
+        fi
     elif [ "$(cat /etc/os-release | grep -cim1 opensuse)" -eq 1 ]; then
         if [ "$(cat /etc/os-release | grep -cim1 42.1)" -eq 1 ]; then
             echo "opensuse.42.1"