Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
lefessan committed Mar 14, 2024
1 parent 0a9b7f7 commit 6901958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testsuite.src/used_binaries.at
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ AT_CHECK([$COBC -fdiagnostics-plain-output -fdiagnostics-show-caret -Wno-others

AT_CHECK([$COMPILE -fdiagnostics-absolute-paths -Wall prog.cob 2> compiler.output], [1])

AT_CHECK([echo "s|$PWD|HOME|" > pwd.output])
AT_CHECK([echo "s|$PWD|HOME| s|$(pwd)|HOME|" > pwd.output])
AT_CAPTURE_FILE([pwd.output])

AT_CHECK([$SED -e "s|$PWD|HOME|" compiler.output], [0],
Expand Down

0 comments on commit 6901958

Please sign in to comment.