testing/btest: Fix double commented @TEST- lines

sed -i 's/^# # @/# @/g'
This commit is contained in:
Arne Welzel 2025-05-06 14:06:11 +02:00
parent e986caddf0
commit 0e327a0c12
21 changed files with 54 additions and 54 deletions

View file

@ -28,7 +28,7 @@ event zeek_init()
$destination=destination, $want_record=F]);
}
# # @TEST-START-NEXT
# @TEST-START-NEXT
#
# The same test, but using event streams for input.
@ -41,7 +41,7 @@ event zeek_init()
$fields=Val, $ev=inputev]);
}
# # @TEST-START-NEXT
# @TEST-START-NEXT
#
# The same test again, but using file analysis w/ binary readers.

View file

@ -22,7 +22,7 @@ event zeek_init()
$destination=destination, $want_record=F]);
}
# # @TEST-START-NEXT
# @TEST-START-NEXT
#
# The same test, but using event streams for input.
@ -35,7 +35,7 @@ event zeek_init()
$fields=Val, $ev=inputev]);
}
# # @TEST-START-NEXT
# @TEST-START-NEXT
#
# The same test again, but using file analysis w/ binary readers.

View file

@ -19,7 +19,7 @@ event zeek_init()
$destination=destination, $want_record=F]);
}
# # @TEST-START-NEXT
# @TEST-START-NEXT
#
# The same test, but using event streams for input.
@ -31,7 +31,7 @@ event zeek_init()
$fields=Val, $ev=inputev]);
}
# # @TEST-START-NEXT
# @TEST-START-NEXT
#
# The same test again, but using file analysis w/ binary readers.

View file

@ -22,7 +22,7 @@ event zeek_init()
$destination=destination, $want_record=F]);
}
# # @TEST-START-NEXT
# @TEST-START-NEXT
#
# The same test, but using event streams for input.
@ -35,7 +35,7 @@ event zeek_init()
$fields=Val, $ev=inputev]);
}
# # @TEST-START-NEXT
# @TEST-START-NEXT
#
# The same test again, but using file analysis w/ binary readers.