Skip to content

Commit 3e2d7d7

Browse files
fix PATH CI script
1 parent 0d671db commit 3e2d7d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/expect_scripts/path.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ source ./ci/expect_scripts/shared-code.exp
1010
cd $env(EXAMPLES_DIR)
1111
spawn ./path
1212

13-
expect "isFile: (Ok Bool.true) isDir: (Ok Bool.false) isSymLink: (Ok Bool.false) type: (Ok IsFile)\r\n" {
13+
expect "isFile: Bool.true isDir: Bool.false isSymLink: Bool.false type: IsFile\r\n" {
1414
expect eof {
1515
check_exit_and_segfault
1616
}

0 commit comments

Comments
 (0)