Skip to content

Commit 2f25542

Browse files
committed
rcutorture: Remove obsolete parameter check from mkinitrd.sh
The mkinitrd.sh script no longer takes an argument, so this commit therefore removes the code that checks for the parameter being present. Signed-off-by: Paul E. McKenney <[email protected]> Reviewed-by: Frederic Weisbecker <[email protected]>
1 parent 80021ff commit 2f25542

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/testing/selftests/rcutorture/bin/mkinitrd.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
D=tools/testing/selftests/rcutorture
1111

1212
# Prerequisite checks
13-
[ -z "$D" ] && echo >&2 "No argument supplied" && exit 1
1413
if [ ! -d "$D" ]; then
1514
echo >&2 "$D does not exist: Malformed kernel source tree?"
1615
exit 1

0 commit comments

Comments
 (0)