From: Benjamin Drung Date: Wed, 28 Jan 2026 19:25:48 +0000 (+0100) Subject: test(NETWORK): use POSIX shell for assertion.sh X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0a853f1321ac6410af4e7f8ae641b19804e90d1;p=thirdparty%2Fdracut-ng.git test(NETWORK): use POSIX shell for assertion.sh Make the test 50 more flexible by only requiring a POSIX shell in `assertion.sh` in the client rootfs. --- diff --git a/test/TEST-50-NETWORK/assertion.sh b/test/TEST-50-NETWORK/assertion.sh index b872f9b5b..eaa355208 100755 --- a/test/TEST-50-NETWORK/assertion.sh +++ b/test/TEST-50-NETWORK/assertion.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/sh # Get the output of 'ip addr show' and filter out lo interface ip_output=$(ip -o -4 addr show | grep -v ': lo')