Skip to content

Commit

Permalink
virt_lib.sh: Fix device name in error message
Browse files Browse the repository at this point in the history
Suggested-by: Martin Doucha <[email protected]>
Signed-off-by: Petr Vorel <[email protected]>
  • Loading branch information
pevik committed Jan 24, 2024
1 parent c0c1187 commit ca1a4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcases/network/virt/virt_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ virt_multiple_add_test()

for i in $(seq $start_id $max); do
virt_add ltp_v$i id $i $opt || \
tst_brk TFAIL "failed to create 'ltp_v0 $opt'"
tst_brk TFAIL "failed to create 'ltp_v$i $opt'"
ROD_SILENT "ip link set ltp_v$i up"
done

Expand Down

0 comments on commit ca1a4a2

Please sign in to comment.