Skip to content

Commit

Permalink
Update expected failed test to succeed under VISAM
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeclerck committed Feb 14, 2025
1 parent e747745 commit 5c8b89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testsuite.src/run_file.at
Original file line number Diff line number Diff line change
Expand Up @@ -23442,7 +23442,7 @@ AT_KEYWORDS([runfile])
# with respect to their binary representation, which is incorrect.
# Could be fixed with a custom comparison function (BDB)
# or using key types other than CHARTYPE (ISAM).
AT_XFAIL_IF([true])
AT_XFAIL_IF([test "$COB_HAS_ISAM" != "vbisam"])

AT_DATA([prog.cob], [
IDENTIFICATION DIVISION.
Expand Down

0 comments on commit 5c8b89c

Please sign in to comment.