Skip to content

Commit

Permalink
Update CI expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCVanB committed Jan 30, 2025
1 parent feea8cf commit 7fcae19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/expect_scripts/path.exp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source ./ci/expect_scripts/shared-code.exp
cd $env(EXAMPLES_DIR)
spawn ./path

expect "isFile: Bool.true isDir: Bool.false isSymLink: Bool.false type: IsFile\r\n" {
expect "is_file: Bool.true is_dir: Bool.false is_sym_link: Bool.false type: IsFile\r\n" {
expect eof {
check_exit_and_segfault
}
Expand Down

0 comments on commit 7fcae19

Please sign in to comment.