mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 19:18:19 +00:00
testing/btest: Fix double commented @TEST- lines
sed -i 's/^# # @/# @/g'
This commit is contained in:
parent
e986caddf0
commit
0e327a0c12
21 changed files with 54 additions and 54 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue