Skip to content

Commit 9aa3fb4

Browse files
committed
Fixed a broken test where an extra variable was added to the .env file
Signed-off-by: Ermin Hrkalovic <[email protected]>
1 parent 00c859c commit 9aa3fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-dump-agent/tests/basic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ fn basic() -> Result<(), std::io::Error> {
9898
assert!(env_content.contains("LOG_LENGTH=500"));
9999
assert!(env_content.contains("EVENTS=false"));
100100
assert!(env_content.contains("EVENT_DIRECTORY=/"));
101-
assert_eq!(env_content.lines().count(), 11);
101+
assert_eq!(env_content.lines().count(), 12);
102102
//TODO: [No9] Test uploading of a corefile
103103
//TODO: [No9] Test remove option
104104
//TODO: [No9] Test sweep option

0 commit comments

Comments
 (0)