base-linux: use 'assert'-proc in run scripts

Issue #5432
This commit is contained in:
Roman Iten 2025-02-17 12:33:34 +01:00 committed by Christian Helmuth
parent 6c1e269ed2
commit cefcd1fffa
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
# \date 2013-11-07
#
assert_spec linux
assert {[have_spec linux]}
#
# Build

View File

@ -4,7 +4,7 @@
# \date 2019-12-05
#
assert_spec linux
assert {[have_spec linux]}
#
# Build

View File

@ -4,7 +4,7 @@
# \date 2013-09-06
#
assert_spec linux
assert {[have_spec linux]}
build [list core init lib/ld [test_build_target]]