Can someone explain to me the following error, which the tester expects to receive? Apparently my program returns the correct response, but the tester indicates that it receives only an empty string.
[your-program] $ ls -1 nonexistent >> /tmp/foo/bar.md
[tester::#UN3] Output does not match expected value.
[tester::#UN3] Expected: “ls: nonexistent: No such file or directory”
[tester::#UN3] Received: “”
[your-program] ls: nonexistent: No such file or directory
[your-program] $
[tester::#UN3] Assertion failed.
[tester::#UN3] Test failed
1 Like
Hi @ferwirrow, could you upload your code to GitHub and share the link? It will be much easier to debug if I can run it directly.
A post was split to a new topic: Error in Append stderr #UN3 in Go
@ferwirrow Looks like you’ve got past this stage. Do you happen to remember what was wrong? Would love to see if we can improve the tester / instructions.
Closing this thread due to inactivity. If you still need assistance, feel free to reopen or start a new discussion!
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.